I'm pretty sure most people don't care about the genres not being mapped in BackgroundMapping.ini.
This commit is contained in:
@@ -243,7 +243,7 @@ static void GetFilterToFileNames( const RString sBaseDir, const Song *pSong, set
|
|||||||
bool bSuccess = ini.GetValue( "GenreToSection", pSong->m_sGenre, sSection );
|
bool bSuccess = ini.GetValue( "GenreToSection", pSong->m_sGenre, sSection );
|
||||||
if( !bSuccess )
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user