mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 23:49:38 +00:00
match_all to show all playlists, even when empty
This commit is contained in:
@@ -738,9 +738,7 @@ class PlaylistView(View):
|
||||
data = {
|
||||
"size": pagination_handler.pagination["page_size"],
|
||||
"from": pagination_handler.pagination["page_from"],
|
||||
"query": {
|
||||
"term": {"playlist_entries.downloaded": {"value": True}}
|
||||
},
|
||||
"query": {"match_all": {}},
|
||||
"sort": [{"playlist_name.keyword": {"order": "asc"}}],
|
||||
}
|
||||
if view_config["show_subed_only"]:
|
||||
|
||||
Reference in New Issue
Block a user