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",
|
||||
"title": "Year",
|
||||
"type": "string",
|
||||
"type": "year",
|
||||
"additionalSort": [{"key": "director", "operator": "+"}, {"key": "title", "operator": "+"}],
|
||||
"autocomplete": true,
|
||||
"columnWidth": 60,
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"sort": true
|
||||
"sort": true,
|
||||
"sortOperator": "+"
|
||||
},
|
||||
{
|
||||
"id": "language",
|
||||
|
|
Loading…
Reference in a new issue