From 15d6f98427d1689ef9b7ddb876cb67a8435e4ee1 Mon Sep 17 00:00:00 2001 From: CodeDevMLH <145071728+CodeDevMLH@users.noreply.github.com> Date: Sun, 28 Dec 2025 20:11:33 +0100 Subject: [PATCH] fix: update legacy script tag comment and modify checksum in manifest --- Jellyfin.Plugin.Seasonals/SeasonalsPlugin.cs | 2 +- manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Jellyfin.Plugin.Seasonals/SeasonalsPlugin.cs b/Jellyfin.Plugin.Seasonals/SeasonalsPlugin.cs index 7bd1a0d..e7495ba 100644 --- a/Jellyfin.Plugin.Seasonals/SeasonalsPlugin.cs +++ b/Jellyfin.Plugin.Seasonals/SeasonalsPlugin.cs @@ -105,7 +105,7 @@ public class SeasonalsPlugin : BasePlugin, IHasWebPages { var html = originalContents; const string scriptTag = ""; - // MARK: I need to remember to remove legacy script tag support in future versions... + // MARK: Remember me to remove legacy script tag support in future versions... const string legacyScriptTag = ""; if (Instance?.Configuration.IsEnabled != true) diff --git a/manifest.json b/manifest.json index 0bbac46..a3bb0b8 100644 --- a/manifest.json +++ b/manifest.json @@ -13,8 +13,8 @@ "changelog": "- settings linked directly in the main menu\n- renamed main plugin script\n- added enable/disable toggle for the entire plugin", "targetAbi": "10.11.0.0", "sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v1.4.0.0/Jellyfin.Plugin.Seasonals.zip", - "checksum": "06160351fbdc0a05c80d923d7d1179d5", - "timestamp": "2025-12-28T17:58:08Z" + "checksum": "205606075eec5f93d3da37efaecdeab5", + "timestamp": "2025-12-28T19:11:04Z" }, { "version": "1.3.4.0",