diff --git a/autobrr/config.json b/autobrr/config.json index 4a841f8b4..9054744af 100644 --- a/autobrr/config.json +++ b/autobrr/config.json @@ -42,10 +42,10 @@ "/dev/nvme2" ], "environment": { + "BASE_DOCKER_DATA_PATH": "/data/autobrr", "PGID": "0", "PUID": "0", - "WEBUI_PORT": "7474", - "BASE_DOCKER_DATA_PATH": "/data/autobrr" + "WEBUI_PORT": "7474" }, "image": "ghcr.io/alexbelgium/autobrr-{arch}", "ingress_entry": "hassioautobrr", diff --git a/sponsorblockcast/config.json b/sponsorblockcast/config.json index cbc4fcfb6..2b9d44325 100644 --- a/sponsorblockcast/config.json +++ b/sponsorblockcast/config.json @@ -14,14 +14,14 @@ "init": false, "name": "Sponsorblockcast", "options": { + "SBCCATEGORIES": "sponsor", "SBCPOLLINTERVAL": "1", - "SBCSCANINTERVAL": "300", - "SBCCATEGORIES": "sponsor" + "SBCSCANINTERVAL": "300" }, "schema": { + "SBCCATEGORIES": "str", "SBCPOLLINTERVAL": "int", "SBCSCANINTERVAL": "int", - "SBCCATEGORIES": "str", "SBCYOUTUBEAPIKEY": "str?" }, "slug": "sponsorblockcast",