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,