From 3d03e17fcebb8c2bce491054a0584a6b5ff72f4d Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 20 Feb 2013 00:05:31 +0530 Subject: [PATCH] indiancinema: change order of filters --- pandora/config.indiancinema.jsonc | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pandora/config.indiancinema.jsonc b/pandora/config.indiancinema.jsonc index c17279c6..b7c6ecd7 100644 --- a/pandora/config.indiancinema.jsonc +++ b/pandora/config.indiancinema.jsonc @@ -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",