diff --git a/tubearchivist/home/views.py b/tubearchivist/home/views.py index 7fe507da..d3ee3f82 100644 --- a/tubearchivist/home/views.py +++ b/tubearchivist/home/views.py @@ -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"]: