From 81918cbcbf5884486731a06a96e949b0fd30e5b6 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 13 Jul 2024 02:01:09 +0200 Subject: [PATCH] Updater bot : plex updated to 1.40.4.8679-424562606-ls222 --- plex/CHANGELOG.md | 3 +++ plex/config.json | 2 +- plex/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/plex/CHANGELOG.md b/plex/CHANGELOG.md index 9e49a759c..910206a42 100644 --- a/plex/CHANGELOG.md +++ b/plex/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.40.4.8679-424562606-ls222 (13-07-2024) +- Update to latest version from linuxserver/docker-plex (changelog : https://github.com/linuxserver/docker-plex/releases) ## 1.40.3.8555-fef15d30c-ls220-2 (06-07-2024) - Minor bugs fixed diff --git a/plex/config.json b/plex/config.json index 13e0c4af0..fba278417 100644 --- a/plex/config.json +++ b/plex/config.json @@ -136,7 +136,7 @@ "slug": "plex_nas", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex", - "version": "1.40.3.8555-fef15d30c-ls220-2", + "version": "1.40.4.8679-424562606-ls222", "video": true, "webui": "[PROTO:ssl]://[HOST]:[PORT:32400]/web" } diff --git a/plex/updater.json b/plex/updater.json index 844612e8a..db423f53b 100644 --- a/plex/updater.json +++ b/plex/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "06-07-2024", + "last_update": "13-07-2024", "repository": "alexbelgium/hassio-addons", "slug": "plex", "source": "github", "upstream_repo": "linuxserver/docker-plex", - "upstream_version": "1.40.3.8555-fef15d30c-ls220" + "upstream_version": "1.40.4.8679-424562606-ls222" }