add a list with all the playlists and then filter by the search text

This commit is contained in:
natilou
2024-05-18 12:04:18 -03:00
parent 9a587eee98
commit 1b53695589
4 changed files with 86 additions and 39 deletions
+1
View File
@@ -27,6 +27,7 @@ func NewQuickSearch(mp mediaprovider.MediaProvider, im util.ImageFetcher) *Quick
"Quick Search",
q.onSearched,
q.onUpdateSearchResult,
nil,
)
q.SearchDialog = sd
return q