support for #GENRE done right this time

This commit is contained in:
AJ Kelly
2008-02-23 21:29:50 +00:00
parent f8e4e4c1be
commit 373ab121f0
+1 -1
View File
@@ -425,7 +425,7 @@ bool DWILoader::LoadFromDir( const RString &sPath_, Song &out, set<RString> &Bla
else if( 0==stricmp(sValueName,"GENRE") )
{
out.m_sGenre = sParams[1];
ConvertString( out.m_sArtist, "utf-8,english" );
ConvertString( out.m_sGenre, "utf-8,english" );
}
else if( 0==stricmp(sValueName,"CDTITLE") )