diff --git a/sponsorblockcast/config.json b/sponsorblockcast/config.json index 40adfd604..950d3800f 100644 --- a/sponsorblockcast/config.json +++ b/sponsorblockcast/config.json @@ -18,14 +18,16 @@ "CSS_DISCOVER_INTERVAL": "5m", "CSS_PAUSED_INTERVAL": "1m", "CSS_PLAYING_INTERVAL": "1s", - "CSS_YOUTUBE_API_KEY": " " + "CSS_YOUTUBE_API_KEY": "", + "CSS_MUTE_ADS": "true" }, "schema": { "CSS_CATEGORIES": "str", "CSS_DISCOVER_INTERVAL": "str", "CSS_PAUSED_INTERVAL": "str", "CSS_PLAYING_INTERVAL": "str", - "CSS_YOUTUBE_API_KEY": "str" + "CSS_YOUTUBE_API_KEY": "str", + "CSS_MUTE_ADS": "bool" }, "slug": "sponsorblockcast", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/sponsorblockcast",