From 44e99e237908e2555d726a5626bbf53f9e864b53 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 9 Feb 2022 17:12:51 +0100 Subject: [PATCH] Test data location https://github.com/alexbelgium/hassio-addons/issues/210 --- jellyfin/config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/jellyfin/config.json b/jellyfin/config.json index 823bdf1eb..f997f8a9e 100644 --- a/jellyfin/config.json +++ b/jellyfin/config.json @@ -63,7 +63,8 @@ "host_dbus": true, "options": { "PUID": 0, - "PGID": 0 + "PGID": 0, + "data_location": "/config/addons_config/jellyfin" }, "ports": { "8096/tcp": 8096, @@ -86,6 +87,7 @@ "PUID": "int", "PGID": "int", "TZ": "str?", + "data_location": "str", "localdisks": "str?", "networkdisks": "str?", "cifsusername": "str?", @@ -97,7 +99,7 @@ "startup": "services", "upstream": "10.7.7-1-ls150", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "10.7.7-1-ls150", + "version": "10.7.7-1-ls150-2", "video": true, "webui": "http://[HOST]:[PORT:8096]" }