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" }