Skip to content

Commit a46dfee

Browse files
committed
update patchAmazonWorkerUrl to use statically.io
1 parent 465dde1 commit a46dfee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/twitch_no_sub.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { APP_VERSION } from '../constants/global.constants';
22

33
const patchAmazonWorkerUrl =
4-
'https://cdn.jsdelivr.net/gh/adamff-dev/twitch-adfree-webos@latest/src/scripts/patch_amazonworker.js?v=' +
4+
'https://cdn.statically.io/gh/adamff-dev/twitch-adfree-webos/main/src/scripts/patch_amazon_worker.js?v=' +
55
APP_VERSION; // For cache busting
66

77
(function () {

0 commit comments

Comments
 (0)