From d085e403af419c6a507e56ce6f80e030b9793032 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 3 May 2021 06:25:56 +0200 Subject: [PATCH] Change default id to 0 --- emby/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emby/config.json b/emby/config.json index 8bde3c0d1..9e2f8cc8a 100644 --- a/emby/config.json +++ b/emby/config.json @@ -44,8 +44,8 @@ ], "full_access": true, "options": { - "PUID": 1001, - "PGID": 1001, + "PUID": 0, + "PGID": 0, "networkdisks": "//server/share", "cifsusername": "username", "cifspassword": "password",