diff --git a/addons_updater/template.json b/addons_updater/template.json index d28ea0f64..a4bb732b4 100644 --- a/addons_updater/template.json +++ b/addons_updater/template.json @@ -1,16 +1,16 @@ { + "dockerhub_by_date": "", + "dockerhub_list_size": "", "fulltag": false, "github_beta": false, - "github_havingasset" : false, - "github_tagfilter": "", "github_exclude": "", + "github_havingasset": false, + "github_tagfilter": "", "last_update": "", - "repository": "", "paused": false, + "repository": "", "slug": "", "source": "github", "upstream_repo": "", - "upstream_version": "", - "dockerhub_by_date": "", - "dockerhub_list_size": "" + "upstream_version": "" } diff --git a/sponsorblockcast/config.json b/sponsorblockcast/config.json index 086eaecef..c8ae99854 100644 --- a/sponsorblockcast/config.json +++ b/sponsorblockcast/config.json @@ -14,17 +14,17 @@ "init": false, "name": "Castsponsorskip", "options": { + "CSS_CATEGORIES": "sponsor", "CSS_DISCOVER_INTERVAL": "5m", "CSS_PAUSED_INTERVAL": "1m", "CSS_PLAYING_INTERVAL": "1s", - "CSS_CATEGORIES": "sponsor", "CSS_YOUTUBE_API_KEY": " " }, "schema": { + "CSS_CATEGORIES": "str", "CSS_DISCOVER_INTERVAL": "str", "CSS_PAUSED_INTERVAL": "str", "CSS_PLAYING_INTERVAL": "str", - "CSS_CATEGORIES": "str", "CSS_YOUTUBE_API_KEY": "str" }, "slug": "sponsorblockcast",