forked from 0x2620/pandora
update user.ui.editSort
This commit is contained in:
parent
43ce983875
commit
b894735fbd
4 changed files with 12 additions and 4 deletions
|
@ -784,7 +784,9 @@
|
|||
{"key": "index", "operator": "+"},
|
||||
{"key": "year", "operator": "+"},
|
||||
{"key": "director", "operator": "+"},
|
||||
{"key": "title", "operator": "+"}
|
||||
{"key": "title", "operator": "+"},
|
||||
{"key": "position", "operator": "+"},
|
||||
{"key": "duration", "operator": "+"}
|
||||
],
|
||||
"editView": "list",
|
||||
"embedSize": 256,
|
||||
|
|
|
@ -799,7 +799,9 @@
|
|||
{"key": "index", "operator": "+"},
|
||||
{"key": "year", "operator": "+"},
|
||||
{"key": "director", "operator": "+"},
|
||||
{"key": "title", "operator": "+"}
|
||||
{"key": "title", "operator": "+"},
|
||||
{"key": "position", "operator": "+"},
|
||||
{"key": "duration", "operator": "+"}
|
||||
],
|
||||
"editView": "list",
|
||||
"embedSize": 256,
|
||||
|
|
|
@ -675,7 +675,9 @@
|
|||
{"key": "index", "operator": "+"},
|
||||
{"key": "year", "operator": "+"},
|
||||
{"key": "director", "operator": "+"},
|
||||
{"key": "title", "operator": "+"}
|
||||
{"key": "title", "operator": "+"},
|
||||
{"key": "position", "operator": "+"},
|
||||
{"key": "duration", "operator": "+"}
|
||||
],
|
||||
"editView": "list",
|
||||
"embedSize": 256,
|
||||
|
|
|
@ -595,7 +595,9 @@
|
|||
{"key": "index", "operator": "+"},
|
||||
{"key": "year", "operator": "+"},
|
||||
{"key": "director", "operator": "+"},
|
||||
{"key": "title", "operator": "+"}
|
||||
{"key": "title", "operator": "+"},
|
||||
{"key": "position", "operator": "+"},
|
||||
{"key": "duration", "operator": "+"}
|
||||
],
|
||||
"editView": "list",
|
||||
"embedSize": 256,
|
||||
|
|
Loading…
Reference in a new issue