Don't show smart playlists in the library when it's filtered
This commit is contained in:
parent
dd1c3b2e68
commit
a73b46d382
@ -446,7 +446,7 @@ void LibraryModel::Reset() {
|
||||
CreateCompilationArtistNode(false, root_);
|
||||
|
||||
// Smart playlists?
|
||||
if (show_smart_playlists_)
|
||||
if (show_smart_playlists_ && query_options_.filter.isEmpty())
|
||||
CreateSmartPlaylists();
|
||||
|
||||
// Populate top level
|
||||
|
Loading…
x
Reference in New Issue
Block a user