From 0f4405a44d0a1c3564b77d2cfaac6ba4dbf9e4ce Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 4 May 2023 14:43:51 +0200 Subject: [PATCH] Exclude /data/transcodes from backup https://github.com/alexbelgium/hassio-addons/issues/777 --- jellyfin/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jellyfin/config.json b/jellyfin/config.json index 5aa5e696d..64512ef66 100644 --- a/jellyfin/config.json +++ b/jellyfin/config.json @@ -7,7 +7,7 @@ "backup_exclude": [ "*/cache/", "*/logs/", - "*/transcoding-temp/", + "*/transcodes/", "*/metadata/" ], "codenotary": "alexandrep.github@gmail.com", @@ -112,6 +112,6 @@ }, "slug": "jellyfin", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "10.8.10-2", + "version": "10.8.10-4", "video": true }