From a8cb1d5c1f3a68325d3649e40341e76effbcbb9d Mon Sep 17 00:00:00 2001 From: acervicius <112549410+acervicius@users.noreply.github.com> Date: Wed, 31 Aug 2022 12:42:55 +0300 Subject: [PATCH 1/2] Corrected version parameter case lower case version has no effect and produces a warning on startup. upper case produces the correct behavior of skipping the update check and leaving it to docker. --- plex/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plex/config.json b/plex/config.json index 9af45c7d9..41755e169 100644 --- a/plex/config.json +++ b/plex/config.json @@ -53,7 +53,7 @@ "environment": { "PGID": "0", "PUID": "0", - "version": "docker" + "VERSION": "docker" }, "host_network": true, "init": false, From 38715381890e797bc4eb26333a4c8e7a59af1a28 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 31 Aug 2022 11:45:27 +0200 Subject: [PATCH 2/2] Update config.json --- plex/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plex/config.json b/plex/config.json index 41755e169..9bdca13e9 100644 --- a/plex/config.json +++ b/plex/config.json @@ -115,7 +115,7 @@ }, "slug": "plex_nas", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex", - "version": "1.28.2.6106-44a5bbd28-ls129", + "version": "1.28.2.6106-44a5bbd28-ls129-2", "video": true, "webui": "http://[HOST]:[PORT:32400]/web" }