fix: update legacy script tag comment and modify checksum in manifest

This commit is contained in:
CodeDevMLH
2025-12-28 20:11:33 +01:00
parent 3b1d0982e5
commit 15d6f98427
2 changed files with 3 additions and 3 deletions

View File

@@ -105,7 +105,7 @@ public class SeasonalsPlugin : BasePlugin<PluginConfiguration>, IHasWebPages
{
var html = originalContents;
const string scriptTag = "<script src=\"/Seasonals/Resources/seasonals.js\" defer></script>";
// 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 = "<script src=\"/Seasonals/Resources/seasonals.js\"></script>";
if (Instance?.Configuration.IsEnabled != true)

View File

@@ -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",