forked from 0x2620/pandora
sort annotations by id
This commit is contained in:
parent
092c1b3184
commit
fcc27eb900
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ def order_query(qs, sort):
|
|||
if operator != '-':
|
||||
operator = ''
|
||||
key = {
|
||||
'id': 'public_id',
|
||||
'duration': 'clip__duration',
|
||||
'in': 'start',
|
||||
'lightness': 'clip__lightness',
|
||||
|
|
Loading…
Reference in a new issue