From cf297f121eec5391c15b56538ea5b6fbb3fec697 Mon Sep 17 00:00:00 2001 From: Franciskid Date: Mon, 27 Jul 2026 00:36:10 +0200 Subject: [PATCH] update the 1.0.3.0 manifest entry for the season share fix --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 8c4f94c..4bb57d5 100644 --- a/manifest.json +++ b/manifest.json @@ -10,11 +10,11 @@ "versions": [ { "version": "1.0.3.0", - "changelog": "A link no longer has to die the moment the first person opens it. The create popup has a new \"Let several people use this link\" box: tick it and the link keeps working for everyone you send it to until it expires. It is a per-link choice now, and the old plugin setting is just what the box starts out as. Multi-use links have a ceiling on how many people can watch at once, ten by default and configurable; anyone arriving after that is turned away with a try-again page and nobody already watching is disturbed. The dashboard also gains a \"Clean up finished links\" button next to Refresh, which tears down and then removes revoked, expired and failed records, so the list stops growing forever. Multi-use did not actually work before this release: guests were capped at one session, so the second viewer's redemption failed and cleanup then deleted the guest account out from under the first viewer.", + "changelog": "Fixes a season share exposing the rest of the series: the tag was going onto the season's parent series, and Jellyfin treats a parent's tags as belonging to all of its children, so every other season became visible to the guest. Tagging now only ever goes downwards. Take this update if you have shared a season with a link that is still live. Also in this release: a link can be made multi-use from the create popup so several people can use it until it expires, with a configurable ceiling on how many watch at once (ten by default), and the dashboard gains a \"Clean up finished links\" button that removes revoked, expired and failed records.", "targetAbi": "10.11.0.0", "sourceUrl": "https://github.com/Franciskid/jellyfin-plugin-sharelinks/releases/download/v1.0.3.0/sharelinks_1.0.3.0.zip", - "checksum": "d6c3d26ebca34feb97e166d77c78351e", - "timestamp": "2026-07-26T20:15:00Z" + "checksum": "1b492b41f0d8c26e2a897d6f42e52b32", + "timestamp": "2026-07-27T08:30:00Z" }, { "version": "1.0.2.0",