From a470773db3414b244f91a749524670d031231b31 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 3 Sep 2023 00:21:20 +0000 Subject: [PATCH] Github bot : json sorted --- immich/config.json | 6 +++--- sponsorblockcast/config.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/immich/config.json b/immich/config.json index 8ba7414e6..8fe9b3de2 100644 --- a/immich/config.json +++ b/immich/config.json @@ -54,10 +54,10 @@ "/dev/nvme2" ], "environment": { - "REDIS_HOSTNAME": "localhost", "MACHINE_LEARNING_CACHE_FOLDER": "/data/machine-learning", - "TYPESENSE_DATA_DIR": "/data/typesense", - "REDIS_PORT": "6379" + "REDIS_HOSTNAME": "localhost", + "REDIS_PORT": "6379", + "TYPESENSE_DATA_DIR": "/data/typesense" }, "image": "ghcr.io/alexbelgium/immich-{arch}", "init": false, diff --git a/sponsorblockcast/config.json b/sponsorblockcast/config.json index a2b069fa1..a770564c9 100644 --- a/sponsorblockcast/config.json +++ b/sponsorblockcast/config.json @@ -19,10 +19,10 @@ "schema": { "CSS_CATEGORIES": "str", "CSS_DISCOVER_INTERVAL": "str?", + "CSS_MUTE_ADS": "bool?", "CSS_PAUSED_INTERVAL": "str?", "CSS_PLAYING_INTERVAL": "str?", - "CSS_YOUTUBE_API_KEY": "str?", - "CSS_MUTE_ADS": "bool?" + "CSS_YOUTUBE_API_KEY": "str?" }, "slug": "sponsorblockcast", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/sponsorblockcast",