forked from 0x2620/pandora
new clip sort key scheme; fix for info line(s) in icon lists
This commit is contained in:
parent
bb728c9369
commit
7fd64740aa
8 changed files with 64 additions and 46 deletions
|
|
@ -31,9 +31,10 @@ def order_query(qs, sort):
|
|||
operator = e['operator']
|
||||
if operator != '-':
|
||||
operator = ''
|
||||
clip_keys = ('start', 'end', 'hue', 'saturation', 'lightness', 'volume'
|
||||
clip_keys = ('public_id', 'start', 'end', 'hue', 'saturation', 'lightness', 'volume'
|
||||
'annotations__value')
|
||||
key = {
|
||||
'id': 'public_id',
|
||||
'in': 'start',
|
||||
'out': 'end',
|
||||
'position': 'start',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue