diff options
Diffstat (limited to '')
| -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": { |