From dca24e2b969f324968823e4fd4a9f6aab080ac6a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 11 Jan 2022 10:18:24 +0100 Subject: [PATCH] host_network: true --- emby/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emby/config.json b/emby/config.json index 5589b8973..e22b4d08e 100644 --- a/emby/config.json +++ b/emby/config.json @@ -1,7 +1,7 @@ { "host_network": true, "name": "Emby NAS", - "version": "4.7.0.19-1", + "version": "4.7.0.19-2", "slug": "emby_nas", "description": "A Free Software Media System that puts you in control of managing and streaming your media.", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/emby",