From 1d429b11913902e6bcc572f9df280c0f804f032e Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Fri, 13 Oct 2023 03:19:37 -0500 Subject: [PATCH] Remove `SBCDIR` env --- sponsorblockcast/config.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sponsorblockcast/config.json b/sponsorblockcast/config.json index 5705831bf..78abd0980 100644 --- a/sponsorblockcast/config.json +++ b/sponsorblockcast/config.json @@ -6,9 +6,7 @@ ], "codenotary": "alexandrep.github@gmail.com", "description": "Skip YouTube ads and sponsorships on all local Google Cast devices ", - "environment": { - "SBCDIR": "/tmp/castsponsorskip" - }, + "environment": {}, "host_network": true, "image": "ghcr.io/alexbelgium/sponsorblockcast-{arch}", "init": false,