diff --git a/pandora/config.0xdb.jsonc b/pandora/config.0xdb.jsonc index abedef25..d4f73e35 100644 --- a/pandora/config.0xdb.jsonc +++ b/pandora/config.0xdb.jsonc @@ -702,6 +702,7 @@ "columnWidth": {} } }, + "embedSize": 256, "filters": [ {"id": "director", "sort": [{"key": "items", "operator": "-"}]}, {"id": "country", "sort": [{"key": "items", "operator": "-"}]}, diff --git a/pandora/config.indiancinema.jsonc b/pandora/config.indiancinema.jsonc index cfde4766..dd02cfcb 100644 --- a/pandora/config.indiancinema.jsonc +++ b/pandora/config.indiancinema.jsonc @@ -700,6 +700,7 @@ "columnWidth": {} } }, + "embedSize": 256, "filters": [ {"id": "director", "sort": [{"key": "items", "operator": "-"}]}, {"id": "year", "sort": [{"key": "name", "operator": "+"}]}, diff --git a/pandora/config.padma.jsonc b/pandora/config.padma.jsonc index 297eee1f..de2710ab 100644 --- a/pandora/config.padma.jsonc +++ b/pandora/config.padma.jsonc @@ -619,6 +619,7 @@ "columnWidth": {} } }, + "embedSize": 256, "filters": [ {"id": "source", "sort": [{"key": "name", "operator": "+"}]}, {"id": "project", "sort": [{"key": "name", "operator": "+"}]}, diff --git a/pandora/config.pandora.jsonc b/pandora/config.pandora.jsonc index 3590b062..2ec0ca4f 100644 --- a/pandora/config.pandora.jsonc +++ b/pandora/config.pandora.jsonc @@ -539,6 +539,7 @@ "columnWidth": {} } }, + "embedSize": 256, "filters": [ {"id": "director", "sort": [{"key": "items", "operator": "-"}]}, {"id": "country", "sort": [{"key": "items", "operator": "-"}]},