From 3a1b44e77888ac792815fedc291166a209e2f659 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 26 Aug 2021 12:59:11 +0200 Subject: [PATCH] Update config.json --- plex/config.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plex/config.json b/plex/config.json index 339d175cd..53337b14b 100644 --- a/plex/config.json +++ b/plex/config.json @@ -63,6 +63,7 @@ "options": { "PUID": 0, "PGID": 0, + "claim": "Get_from_https://www.plex.tv/claim", "networkdisks": "//server/share", "cifsusername": "username", "cifspassword": "password" @@ -70,6 +71,7 @@ "schema": { "PUID": "int", "PGID": "int", + "claim": "str", "TZ": "str?", "networkdisks": "str?", "cifsusername": "str?",