I'm pretty sure most people don't care about the genres not being mapped in BackgroundMapping.ini.

This commit is contained in:
AJ Kelly
2012-04-22 13:16:38 -05:00
parent caf33266f2
commit 8740bd75a4
+1 -1
View File
@@ -243,7 +243,7 @@ static void GetFilterToFileNames( const RString sBaseDir, const Song *pSong, set
bool bSuccess = ini.GetValue( "GenreToSection", pSong->m_sGenre, sSection );
if( !bSuccess )
{
LOG->Warn( "Genre '%s' isn't mapped", pSong->m_sGenre.c_str() );
//LOG->Warn( "Genre '%s' isn't mapped", pSong->m_sGenre.c_str() );
return;
}