From c29d0157ab95600fa61388f1d481c85e63680aa3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 9 May 2022 14:48:26 +0200 Subject: [PATCH] Test "apparmor": true https://github.com/alexbelgium/hassio-addons/issues/319 --- emby/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emby/config.json b/emby/config.json index 5c305b2f0..3775b5f39 100644 --- a/emby/config.json +++ b/emby/config.json @@ -1,4 +1,5 @@ { + "apparmor": true, "arch": [ "aarch64", "amd64", @@ -105,6 +106,6 @@ "slug": "emby_nas", "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/emby", - "version": "4.7.0.38", + "version": "4.7.0.38-2", "video": true }