forked from 0x2620/pandora
fix default item sort in config json
This commit is contained in:
parent
55b517b54b
commit
460a4217ea
2 changed files with 7 additions and 5 deletions
|
|
@ -568,7 +568,7 @@
|
|||
"icons": "posters",
|
||||
"infoIconSize": 256,
|
||||
"item": "",
|
||||
"itemSort": [{"key": "clip:position", "operator": "+"}],
|
||||
"itemSort": [{"key": "position", "operator": "+"}],
|
||||
"itemView": "info",
|
||||
"listColumns": ["title", "director", "country", "year", "language", "runtime", "genre"],
|
||||
"listColumnWidth": {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue