fix dumb (on a roll today)
This commit is contained in:
@@ -1328,7 +1328,7 @@ void SongManager::UpdatePreferredSort()
|
|||||||
Song *pSong = NULL;
|
Song *pSong = NULL;
|
||||||
if( !sLine.empty() )
|
if( !sLine.empty() )
|
||||||
pSong = FindSong( sLine );
|
pSong = FindSong( sLine );
|
||||||
if( pSong && pSong->GetDisplayed() )
|
if( pSong && pSong->GetDisplayed() != Song::SHOW_NEVER )
|
||||||
vpSongs.push_back( pSong );
|
vpSongs.push_back( pSong );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user