From 5adaf202aecfc9b25d9a7a633e7f2272bda0d48c Mon Sep 17 00:00:00 2001 From: CodeDevMLH <145071728+CodeDevMLH@users.noreply.github.com> Date: Sat, 28 Feb 2026 03:10:05 +0100 Subject: [PATCH] Refactor seasonal configuration: remove unused input fields and add Oktoberfest options --- .../Configuration/configPage.html | 41 +++++++------------ 1 file changed, 14 insertions(+), 27 deletions(-) diff --git a/Jellyfin.Plugin.Seasonals/Configuration/configPage.html b/Jellyfin.Plugin.Seasonals/Configuration/configPage.html index 211b7aa..d1b566e 100644 --- a/Jellyfin.Plugin.Seasonals/Configuration/configPage.html +++ b/Jellyfin.Plugin.Seasonals/Configuration/configPage.html @@ -410,11 +410,6 @@ Enable Light Rays (God Rays) -
- - -
Number of sea creatures.
-
@@ -584,16 +579,6 @@
Show the Easter Bunny hopping across the screen.
-
- - -
Time in milliseconds for one hop cycle.
-
-
- - -
Height of the bunny's hop in pixels.
-
@@ -1108,11 +1093,6 @@
Number of additional dancing music notes (if enabled).
-
- - -
Amount of notes on mobile. Minimum 0. Warning: High values may affect performance.
-
-
- - -
Amount of rain columns on mobile. Minimum 0. Warning: High values may affect performance.
-
@@ -1325,7 +1300,6 @@ Let Mario Jump -
Allow Mario to jump periodically.

@@ -1349,6 +1323,20 @@ Enable Oktoberfest Seasonal +
+ + +
+
+ + +
+
+ +

@@ -1657,7 +1645,6 @@ document.querySelector('#SeasonalsSelectedSeason').value = config.SelectedSeason; document.querySelector('#SeasonalsAutomateSeasonSelection').checked = config.AutomateSeasonSelection; document.querySelector('#SeasonalsEnableClientSideToggle').checked = config.EnableClientSideToggle !== undefined ? config.EnableClientSideToggle : true; - if (!config.Autumn) config.Autumn = {}; if (!config.Birthday) config.Birthday = {}; if (!config.Carnival) config.Carnival = {};