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 = {};