From 115c60d904d23405ef71b4bc38a1eee64163a771 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 1 May 2021 10:21:25 +0200 Subject: [PATCH] Removed local disk --- jellyfin/config.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/jellyfin/config.json b/jellyfin/config.json index ea7d4e462..7bcb7026d 100644 --- a/jellyfin/config.json +++ b/jellyfin/config.json @@ -42,7 +42,6 @@ "/dev/*", "/dev/sda1" ], - "full_access": true, "options": { "PUID": 0, "PGID": 0, @@ -55,7 +54,6 @@ "PUID": "int", "PGID": "int", "TZ": "str?", - "localdisks": "str?", "networkdisks": "str?", "cifsusername": "str?", "cifspassword": "str?",