diff --git a/tubearchivist/home/views.py b/tubearchivist/home/views.py index 142c6bc..ef880a7 100644 --- a/tubearchivist/home/views.py +++ b/tubearchivist/home/views.py @@ -413,7 +413,10 @@ class DownloadView(ArchivistResultsView): self.data.update( { "query": {"bool": {"must": must_list}}, - "sort": [{"timestamp": {"order": "asc"}}], + "sort": [ + {"auto_start": {"order": "desc"}}, + {"timestamp": {"order": "asc"}}, + ], } )