From 93f09f42cf64e03d13e638589e46e8b7619f26bd Mon Sep 17 00:00:00 2001 From: CodeDevMLH <145071728+CodeDevMLH@users.noreply.github.com> Date: Tue, 16 Dec 2025 01:28:10 +0100 Subject: [PATCH] fix: Update source URLs in manifest for version downloads --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 677191e..5759b43 100644 --- a/manifest.json +++ b/manifest.json @@ -12,7 +12,7 @@ "version": "1.1.0.0", "changelog": "Added Advanced Configuration UI for customizing individual seasonal effects.", "targetAbi": "10.11.0.0", - "sourceUrl": "https://github.com/CodeDevMLH/jellyfin-plugin-seasonals", + "sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v1.1.0.0/Jellyfin.Plugin.Seasonals.zip", "checksum": "CHECKSUM_HIER_EINFÜGEN", "timestamp": "2025-12-16T00:00:00Z" }, @@ -20,7 +20,7 @@ "version": "1.0.0.0", "changelog": "Initial release", "targetAbi": "10.11.0.0", - "sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/raw/branch/main/bin/Publish/Jellyfin.Plugin.Seasonals.zip", + "sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v1.0.0.0/Jellyfin.Plugin.Seasonals.zip", "checksum": "be6d06a959b3e18e5058a6d8fb6d800c", "timestamp": "2025-12-15T15:33:15Z" }