remove myPlaylist->EnableHighlighing() since it's not needed here anymore
myPlaylist->Sort() doesn't block main loop anymore.
This commit is contained in:
@@ -1658,7 +1658,6 @@ int main(int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
CHECK_PLAYLIST_FOR_FILTERING;
|
CHECK_PLAYLIST_FOR_FILTERING;
|
||||||
myPlaylist->Sort();
|
myPlaylist->Sort();
|
||||||
myPlaylist->EnableHighlighting();
|
|
||||||
}
|
}
|
||||||
else if (Keypressed(input, Key.ApplyFilter))
|
else if (Keypressed(input, Key.ApplyFilter))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user