From c716eca03f8c0141dd600ff8b840d9d7b229d519 Mon Sep 17 00:00:00 2001
From: TwistedUmbrellaX <1173913+AbandonedCart@users.noreply.github.com>
Date: Sun, 6 Oct 2024 07:16:47 -0400
Subject: [PATCH] Swap the lock state from off to auto (#328)
Setting auto supersedes the client, but setting none allows the client to enable
---
.../Configuration/configPage.html | 4 ++--
ConfusedPolarBear.Plugin.IntroSkipper/Configuration/inject.js | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
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.