mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-21 12:36:36 +00:00
Sort immediate tasks at the start
This commit is contained in:
parent
f905f4cf77
commit
d277619a73
@ -864,7 +864,7 @@ class TasksView(ListView):
|
||||
)
|
||||
sort_keys = (
|
||||
# key, reverse
|
||||
('run_now', False),
|
||||
('run_now', True),
|
||||
('priority', 'ASC' != order),
|
||||
('run_at', False),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user