diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html b/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html
index 1800058..12592eb 100644
--- a/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html
+++ b/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html
@@ -358,7 +358,7 @@
If checked, intros will be automatically skipped for all clients.
- Individual clients can override this from the player settings popup (gear icon).
+ Note: Clients cannot disable this setting from the player popup (gear icon).
If you access Jellyfin through a reverse proxy, it must be configured to proxy websockets.
@@ -394,7 +394,7 @@
If checked, credits will be automatically skipped for all clients.
- Individual clients can override this from the player settings popup (gear icon).
+ Note: Clients cannot disable this setting from the player popup (gear icon).
If you access Jellyfin through a reverse proxy, it must be configured to proxy websockets.
diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/inject.js b/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/inject.js
index 3e54431..811d2ec 100644
--- a/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/inject.js
+++ b/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/inject.js
@@ -74,7 +74,7 @@ const introSkipper = {
}
else {
this.observer.disconnect();
- }
+ }
},
/**
* Injects the CSS used by the skip intro button.