Merge pull request #947 from bruvv/master-1

Move to CastSponsorSkip
This commit is contained in:
Alexandre
2023-08-22 12:09:56 +02:00
committed by GitHub
3 changed files with 7 additions and 5 deletions

View File

@@ -1,3 +1,5 @@
- Switch to castsponsorskip @bruvv
## 1.1 (15-05-2023) ## 1.1 (15-05-2023)
- Updated chromecast-go - Updated chromecast-go

View File

@@ -1,8 +1,8 @@
{ {
"build_from": { "build_from": {
"aarch64": "ghcr.io/bruvv/sponsorblockcast:latest", "aarch64": "ghcr.io/gabe565/castsponsorskip:latest",
"amd64": "ghcr.io/bruvv/sponsorblockcast:latest", "amd64": "ghcr.io/gabe565/castsponsorskip:latest",
"armv7": "ghcr.io/bruvv/sponsorblockcast:latest" "armv7": "ghcr.io/gabe565/castsponsorskip:latest"
}, },
"codenotary": { "codenotary": {
"signer": "alexandrep.github@gmail.com" "signer": "alexandrep.github@gmail.com"

View File

@@ -12,7 +12,7 @@
"host_network": true, "host_network": true,
"image": "ghcr.io/alexbelgium/sponsorblockcast-{arch}", "image": "ghcr.io/alexbelgium/sponsorblockcast-{arch}",
"init": false, "init": false,
"name": "Sponsorblockcast", "name": "Castsponsorskip",
"options": { "options": {
"SBCCATEGORIES": "sponsor", "SBCCATEGORIES": "sponsor",
"SBCPOLLINTERVAL": "1", "SBCPOLLINTERVAL": "1",
@@ -26,5 +26,5 @@
}, },
"slug": "sponsorblockcast", "slug": "sponsorblockcast",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/sponsorblockcast", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/sponsorblockcast",
"version": "1.1" "version": "1.2"
} }