Merge branch 'master' of /home/tmbinc/enigma2-git
authorFelix Domke <tmbinc@elitedvb.net>
Sat, 16 May 2009 17:04:44 +0000 (19:04 +0200)
committerFelix Domke <tmbinc@elitedvb.net>
Sat, 16 May 2009 17:04:44 +0000 (19:04 +0200)
1  2 
lib/service/servicemp3.cpp

@@@ -708,9 -702,9 +708,9 @@@ int eServiceMP3::getInfo(int w
  
  std::string eServiceMP3::getInfoString(int w)
  {
-       if ( !m_stream_tags )
+       if ( !m_stream_tags && w < sUser && w > 26 )
                return "";
 -      gchar *tag = 0;
 +      const gchar *tag = 0;
        switch (w)
        {
        case sTagTitle: