update indiancinema config

This commit is contained in:
rolux 2013-02-19 16:59:23 +05:30
parent 3d07fc1154
commit 9f20308e1f

View file

@ -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",