From a2e9537e4f3aa92170295f633d6c5872ca275d9c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 21 Feb 2025 09:27:47 +0100 Subject: [PATCH] Align with new HA /config (remove support for /config/addons_config https://github.com/alexbelgium/hassio-addons/issues/1048#event-16395784949 --- jellyfin/config.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/jellyfin/config.json b/jellyfin/config.json index 57f087bc4..2f7267aa2 100644 --- a/jellyfin/config.json +++ b/jellyfin/config.json @@ -7,8 +7,10 @@ "backup_exclude": [ "**/cache/", "**/log/", - "**/transcode/", - "**/metadata/" + "**/transcode/" + ], + "breaking_versions": [ + "10.10.5-2" ], "codenotary": "alexandrep.github@gmail.com", "description": "A Free Software Media System that puts you in control of managing and streaming your media", @@ -83,9 +85,10 @@ "ingress_stream": true, "init": false, "map": [ - "config:rw", - "share:rw", + "addon_config:rw", + "homeassistant_config:rw", "media:rw", + "share:rw", "ssl" ], "name": "Jellyfin NAS", @@ -128,6 +131,6 @@ "slug": "jellyfin", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "10.10.5", + "version": "10.10.5-2", "video": true }