forked from 0x2620/pandora
update indiancinema config
This commit is contained in:
parent
3d07fc1154
commit
9f20308e1f
1 changed files with 3 additions and 2 deletions
|
@ -155,13 +155,14 @@
|
||||||
{
|
{
|
||||||
"id": "year",
|
"id": "year",
|
||||||
"title": "Year",
|
"title": "Year",
|
||||||
"type": "string",
|
"type": "year",
|
||||||
"additionalSort": [{"key": "director", "operator": "+"}, {"key": "title", "operator": "+"}],
|
"additionalSort": [{"key": "director", "operator": "+"}, {"key": "title", "operator": "+"}],
|
||||||
"autocomplete": true,
|
"autocomplete": true,
|
||||||
"columnWidth": 60,
|
"columnWidth": 60,
|
||||||
"filter": true,
|
"filter": true,
|
||||||
"find": true,
|
"find": true,
|
||||||
"sort": true
|
"sort": true,
|
||||||
|
"sortOperator": "+"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "language",
|
"id": "language",
|
||||||
|
|
Loading…
Reference in a new issue