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 != '-':
|
if operator != '-':
|
||||||
operator = ''
|
operator = ''
|
||||||
key = {
|
key = {
|
||||||
|
'id': 'public_id',
|
||||||
'duration': 'clip__duration',
|
'duration': 'clip__duration',
|
||||||
'in': 'start',
|
'in': 'start',
|
||||||
'lightness': 'clip__lightness',
|
'lightness': 'clip__lightness',
|
||||||
|
|
Loading…
Reference in a new issue