diff --git a/pandora/config.0xdb.jsonc b/pandora/config.0xdb.jsonc index a9a2046e..e5b4f796 100644 --- a/pandora/config.0xdb.jsonc +++ b/pandora/config.0xdb.jsonc @@ -778,7 +778,6 @@ "calendarSelection": "", "clipColumns": 2, "clipSort": [{"key": "index", "operator": "+"}], - "clipView": "list", "columns": { "Colors": { "columns": ["title", "director", "country", "year", "hue", "saturation", "brightness"], @@ -786,7 +785,8 @@ } }, "edit": "", - "editPoints": {}, + "edits": {}, + "editView": "list", "embedSize": 256, "filters": [ {"id": "director", "sort": [{"key": "items", "operator": "-"}]}, @@ -865,7 +865,7 @@ "showTimeline": true, "sidebarSize": 256, "text": "", - "textPositions": {}, + "texts": {}, "theme": "oxdark", "updateAdvancedFindResults": false, "videoLoop": false, diff --git a/pandora/config.indiancinema.jsonc b/pandora/config.indiancinema.jsonc index 808bc99a..fe54a986 100644 --- a/pandora/config.indiancinema.jsonc +++ b/pandora/config.indiancinema.jsonc @@ -783,7 +783,6 @@ "calendarSelection": "", "clipColumns": 2, "clipSort": [{"key": "index", "operator": "+"}], - "clipView": "list", "columns": { "Colors": { "columns": ["title", "director", "country", "year", "hue", "saturation", "brightness"], @@ -791,7 +790,8 @@ } }, "edit": "", - "editPoints": {}, + "edits": {}, + "editView": "list", "embedSize": 256, "filters": [ {"id": "director", "sort": [{"key": "items", "operator": "-"}]}, @@ -870,7 +870,7 @@ "showTimeline": true, "sidebarSize": 256, "text": "", - "textPositions": {}, + "texts": {}, "theme": "oxmedium", "updateAdvancedFindResults": false, "videoLoop": false, diff --git a/pandora/config.padma.jsonc b/pandora/config.padma.jsonc index 051c5ac2..6c50f465 100644 --- a/pandora/config.padma.jsonc +++ b/pandora/config.padma.jsonc @@ -660,7 +660,6 @@ "calendarSelection": "", "clipColumns": 2, "clipSort": [{"key": "index", "operator": "+"}], - "clipView": "list", "columns": { "Colors": { "columns": ["title", "source", "project", "language", "hue", "saturation", "brightness"], @@ -668,7 +667,8 @@ } }, "edit": "", - "editPoints": {}, + "edits": {}, + "editView": "list", "embedSize": 256, "filters": [ {"id": "source", "sort": [{"key": "name", "operator": "+"}]}, @@ -751,7 +751,7 @@ "showTimeline": true, "sidebarSize": 256, "text": "", - "textPositions": {}, + "texts": {}, "theme": "oxlight", "updateAdvancedFindResults": false, "videoLoop": false, diff --git a/pandora/config.pandora.jsonc b/pandora/config.pandora.jsonc index 31565de0..9a09fb4e 100644 --- a/pandora/config.pandora.jsonc +++ b/pandora/config.pandora.jsonc @@ -579,7 +579,6 @@ "calendarSelection": "", "clipColumns": 2, "clipSort": [{"key": "index", "operator": "+"}], - "clipView": "list", "columns": { "Colors": { "columns": ["title", "director", "language", "hue", "saturation", "brightness"], @@ -587,7 +586,8 @@ } }, "edit": "", - "editPoints": {}, + "edits": {}, + "editView": "list", "embedSize": 256, "filters": [ {"id": "director", "sort": [{"key": "items", "operator": "-"}]}, @@ -668,7 +668,7 @@ "showTimeline": true, "sidebarSize": 256, "text": "", - "textPositions": {}, + "texts": {}, "theme": "oxmedium", "updateAdvancedFindResults": false, "videoLoop": false,