From 5cc1c5d74dad36ce911bc816278d7fb161877e2c Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Mar 2023 00:25:25 +0000 Subject: [PATCH] Github bot : json sorted --- autobrr/config.json | 4 ++-- sponsorblockcast/config.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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",