Skip to content

Commit

Permalink
Update script url
Browse files Browse the repository at this point in the history
  • Loading branch information
GlenLowland committed May 12, 2024
1 parent 515c311 commit ce3bea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jellyfin-web_release_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
// inject skip-intro-button.js
const skipIntro = this.createElement('script');
skipIntro.setAttribute('src', 'https://raw.githubusercontent.com/jumoog/intro-skipper/master/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/inject.js');
skipIntro.setAttribute('src', 'https://cdn.jsdelivr.net/gh/jumoog/intro-skipper/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/inject.js');
skipIntro.setAttribute('defer', '');
injectTarget.insertBefore(skipIntro, apploader);
include: "jellyfin-tizen/gulpfile.babel.js"
Expand Down

0 comments on commit ce3bea5

Please sign in to comment.