fix songs
This commit is contained in:
@@ -1252,7 +1252,7 @@ void SongManager::UpdatePopular()
|
|||||||
{
|
{
|
||||||
bool bFiltered = false;
|
bool bFiltered = false;
|
||||||
/* Filter out hidden songs. */
|
/* Filter out hidden songs. */
|
||||||
if( apBestSongs[j]->GetDisplayed() )
|
if( !apBestSongs[j]->GetDisplayed() )
|
||||||
bFiltered = true;
|
bFiltered = true;
|
||||||
/* Filter out locked songs. */
|
/* Filter out locked songs. */
|
||||||
// XXX Hack, this depends on UNLOCKMAN being around.
|
// XXX Hack, this depends on UNLOCKMAN being around.
|
||||||
|
|||||||
Reference in New Issue
Block a user