indiancinema: change order of filters

This commit is contained in:
rolux 2013-02-20 00:05:31 +05:30
parent d693fe66cc
commit 3d03e17fce
1 changed files with 11 additions and 11 deletions

View File

@ -79,9 +79,9 @@
{"id": "year", "title": "Year", "type": "integer"},
{"id": "language", "title": "Language", "type": "string"},
{"id": "genre", "title": "Genre", "type": "string"},
{"id": "productioncompany", "title": "Studio", "type": "string"},
{"id": "writer", "title": "Writer", "type": "string"},
{"id": "producer", "title": "Producer", "type": "string"},
{"id": "productioncompany", "title": "Studio", "type": "string"},
{"id": "cinematographer", "title": "Cinematographer", "type": "string"},
{"id": "editor", "title": "Editor", "type": "string"},
{"id": "actor", "title": "Actor", "type": "string"},
@ -182,6 +182,16 @@
"format": {"type": "duration", "args": [0, "short"]},
"sort": true
},
{
"id": "genre",
"title": "Genre",
"type": ["string"],
"autocomplete": true,
"columnWidth": 120,
"filter": true,
"find": true,
"sort": true
},
{
"id": "productioncompany",
"title": "Studio",
@ -274,16 +284,6 @@
"title": "TV Series",
"type": "boolean"
},
{
"id": "genre",
"title": "Genre",
"type": ["string"],
"autocomplete": true,
"columnWidth": 120,
"filter": true,
"find": true,
"sort": true
},
{
"id": "summary",
"title": "Summary",