From b894735fbd7aa16559766f848e6d3e743ace832c Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 9 Feb 2014 06:42:21 +0000 Subject: [PATCH] update user.ui.editSort --- pandora/config.0xdb.jsonc | 4 +++- pandora/config.indiancinema.jsonc | 4 +++- pandora/config.padma.jsonc | 4 +++- pandora/config.pandora.jsonc | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/pandora/config.0xdb.jsonc b/pandora/config.0xdb.jsonc index 9ff72d700..114cead67 100644 --- a/pandora/config.0xdb.jsonc +++ b/pandora/config.0xdb.jsonc @@ -784,7 +784,9 @@ {"key": "index", "operator": "+"}, {"key": "year", "operator": "+"}, {"key": "director", "operator": "+"}, - {"key": "title", "operator": "+"} + {"key": "title", "operator": "+"}, + {"key": "position", "operator": "+"}, + {"key": "duration", "operator": "+"} ], "editView": "list", "embedSize": 256, diff --git a/pandora/config.indiancinema.jsonc b/pandora/config.indiancinema.jsonc index 7179a8e19..9ee65aecf 100644 --- a/pandora/config.indiancinema.jsonc +++ b/pandora/config.indiancinema.jsonc @@ -799,7 +799,9 @@ {"key": "index", "operator": "+"}, {"key": "year", "operator": "+"}, {"key": "director", "operator": "+"}, - {"key": "title", "operator": "+"} + {"key": "title", "operator": "+"}, + {"key": "position", "operator": "+"}, + {"key": "duration", "operator": "+"} ], "editView": "list", "embedSize": 256, diff --git a/pandora/config.padma.jsonc b/pandora/config.padma.jsonc index ab20e981f..5e4205289 100644 --- a/pandora/config.padma.jsonc +++ b/pandora/config.padma.jsonc @@ -675,7 +675,9 @@ {"key": "index", "operator": "+"}, {"key": "year", "operator": "+"}, {"key": "director", "operator": "+"}, - {"key": "title", "operator": "+"} + {"key": "title", "operator": "+"}, + {"key": "position", "operator": "+"}, + {"key": "duration", "operator": "+"} ], "editView": "list", "embedSize": 256, diff --git a/pandora/config.pandora.jsonc b/pandora/config.pandora.jsonc index a67b15e34..26b823448 100644 --- a/pandora/config.pandora.jsonc +++ b/pandora/config.pandora.jsonc @@ -595,7 +595,9 @@ {"key": "index", "operator": "+"}, {"key": "year", "operator": "+"}, {"key": "director", "operator": "+"}, - {"key": "title", "operator": "+"} + {"key": "title", "operator": "+"}, + {"key": "position", "operator": "+"}, + {"key": "duration", "operator": "+"} ], "editView": "list", "embedSize": 256,