From 7dda4fdbe3c3d7847b073da2db9ac13684f4955e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 27 Apr 2022 20:18:54 +0200 Subject: [PATCH] Lint --- emby/config.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/emby/config.json b/emby/config.json index a0b5a122f..5e374cd8c 100644 --- a/emby/config.json +++ b/emby/config.json @@ -10,7 +10,6 @@ "*/transcoding-temp/", "*/metadata/" ], - "boot": "auto", "codenotary": "alexandrep.github@gmail.com", "description": "A Free Software Media System that puts you in control of managing and streaming your media.", "devices": [ @@ -60,7 +59,7 @@ ], "host_network": true, "ingress": true, - "ingress_port": 8112, + "ingress_port": 0, "ingress_stream": true, "map": [ "config:rw", @@ -105,9 +104,7 @@ }, "slug": "emby_nas", "startup": "services", - "upstream": "4.7.0.36", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/emby", "version": "4.7.0.36", - "video": true, - "webui": "http://[HOST]:[PORT:8096]" + "video": true }