From bf40feb0d578a6b906f858d63373c66429886f16 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Mon, 6 Dec 2021 11:30:12 +0100 Subject: [PATCH] Add video true --- emby/config.json | 1 + jellyfin/config.json | 1 + plex/config.json | 1 + 3 files changed, 3 insertions(+) diff --git a/emby/config.json b/emby/config.json index 520ab71c9..1b12a521f 100644 --- a/emby/config.json +++ b/emby/config.json @@ -84,5 +84,6 @@ "upstream": "4.7.0.18", "url": "https://github.com/alexbelgium/hassio-addons", "version": "4.7.0.18", + "video": true, "webui": "http://[HOST]:[PORT:8096]" } diff --git a/jellyfin/config.json b/jellyfin/config.json index 7768401bc..fd34137cb 100644 --- a/jellyfin/config.json +++ b/jellyfin/config.json @@ -77,6 +77,7 @@ "upstream": "10.7.7-1-ls130", "url": "https://github.com/alexbelgium/hassio-addons", "version": "10.7.7-1-ls130-4", + "video": true, "watchdog": "http://[HOST]:[PORT:8096]", "webui": "http://[HOST]:[PORT:8096]" } diff --git a/plex/config.json b/plex/config.json index f9ad886f3..525988aa3 100644 --- a/plex/config.json +++ b/plex/config.json @@ -100,5 +100,6 @@ "upstream": "1.25.0.5282-2edd3c44d-ls89", "url": "https://github.com/alexbelgium/hassio-addons", "version": "1.25.0.5282-2edd3c44d-ls89-2", + "video": true, "webui": "http://[HOST]:[PORT:32400]/web" }