mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-08 23:59:40 +00:00
apply auto_start sort to dl queue
This commit is contained in:
@@ -413,7 +413,10 @@ class DownloadView(ArchivistResultsView):
|
|||||||
self.data.update(
|
self.data.update(
|
||||||
{
|
{
|
||||||
"query": {"bool": {"must": must_list}},
|
"query": {"bool": {"must": must_list}},
|
||||||
"sort": [{"timestamp": {"order": "asc"}}],
|
"sort": [
|
||||||
|
{"auto_start": {"order": "desc"}},
|
||||||
|
{"timestamp": {"order": "asc"}},
|
||||||
|
],
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user