fix preferred sort
This commit is contained in:
@@ -1363,7 +1363,7 @@ void SongManager::UpdatePreferredSort()
|
|||||||
Song *pSong = NULL;
|
Song *pSong = NULL;
|
||||||
if( !sLine.empty() )
|
if( !sLine.empty() )
|
||||||
pSong = FindSong( sLine );
|
pSong = FindSong( sLine );
|
||||||
if( pSong && UNLOCKMAN->SongIsLocked(pSong) & LOCKED_SELECTABLE )
|
if( pSong && !(UNLOCKMAN->SongIsLocked(pSong) & LOCKED_SELECTABLE) )
|
||||||
vpSongs.push_back( pSong );
|
vpSongs.push_back( pSong );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user