forked from 0x2620/pandora
fix indiancinema config
This commit is contained in:
parent
dcf2f0aca6
commit
4d0af754c3
1 changed files with 2 additions and 2 deletions
|
@ -724,7 +724,7 @@
|
|||
{"id": "director", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "year", "sort": [{"key": "name", "operator": "+"}]},
|
||||
{"id": "language", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "productioncompany", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "productionCompany", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "actor", "sort": [{"key": "items", "operator": "-"}]}
|
||||
],
|
||||
"filtersSize": 176,
|
||||
|
@ -738,7 +738,7 @@
|
|||
"itemFind": "",
|
||||
"itemSort": [{"key": "position", "operator": "+"}],
|
||||
"itemView": "info",
|
||||
"listColumns": ["title", "director", "year", "language", "runtime", "productioncompany"],
|
||||
"listColumns": ["title", "director", "year", "language", "runtime", "productionCompany"],
|
||||
"listColumnWidth": {},
|
||||
"listSelection": [],
|
||||
"listSort": [{"key": "year", "operator": "+"}],
|
||||
|
|
Loading…
Reference in a new issue