diff --git a/CHANGELOG b/CHANGELOG index cf85506a..2e5e8a6c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,7 @@ - Don't duplicate tracks in the library after a defrag - Remove "Add New ..." menubutton and replace with Add Library Path button - Various UI tweaks +- Fix showing the first playlist in the list 6.5.0-rc: - Convert to CMake/CTest diff --git a/gui/playlist.c b/gui/playlist.c index 401ef845..9af829ba 100644 --- a/gui/playlist.c +++ b/gui/playlist.c @@ -321,7 +321,6 @@ bool __gui_playlist_init_idle() p_filter_enable = true; p_init_done = true; - gui_queue_show(gui_queue(playlist_get_queue(PL_SYSTEM, "Collection"))); return true; }