update indiancinema config

This commit is contained in:
rolux 2013-02-19 16:59:23 +05:30
parent 3d07fc1154
commit 9f20308e1f
1 changed files with 3 additions and 2 deletions

View File

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