diff options
| author | Robert Günzler <r@gnzler.io> | 2026-04-02 13:55:12 -0300 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-04-02 13:55:12 -0300 |
| commit | 328c71598dc89b983c897dc927b71c55b75d1e59 (patch) | |
| tree | bb98158ab8f9ef0ad9be595eaa16e79e1966eb2a /bundles/jellyfin | |
| parent | 59093b7a597649da03fb12c6c714803549bd5677 (diff) | |
jellyfin: bump soo plugin to 4.0
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bundles/jellyfin')
| -rw-r--r-- | bundles/jellyfin/items.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/jellyfin/items.py b/bundles/jellyfin/items.py index f612261..28ae6d1 100644 --- a/bundles/jellyfin/items.py +++ b/bundles/jellyfin/items.py @@ -1,8 +1,8 @@ files = { "/var/lib/jellyfin/plugins/SSO-Auth.zip": { "content_type": "download", - "source": "https://github.com/9p4/jellyfin-plugin-sso/releases/download/v3.5.2.4/sso-authentication_3.5.2.4.zip", - "content_hash": "a2f00e5acc7adf785202e27fffc969e019cbd9e8", + "source": "https://github.com/9p4/jellyfin-plugin-sso/releases/download/v4.0.0.4/sso-authentication_4.0.0.4.zip", + "content_hash": "c09f16ba31059a434ddd7f811e4f9608d4b4c4514cc80a5bf1ca33bee61e1107", "triggers": {"action:extract-jellyfin-plugin-sso"}, }, "/var/lib/jellyfin/config/branding.xml": { |