From 68b2600b61b29cc8f4baf307cc89aa0f7ce9487a Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 16 Aug 2025 01:58:16 +0200 Subject: [PATCH] Updater bot : plex updated to 1.42.1.10060-4e8b05daf-ls278 --- 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 f0e26ab66..1785a7fef 100644 --- a/plex/CHANGELOG.md +++ b/plex/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.42.1.10060-4e8b05daf-ls278 (16-08-2025) +- Update to latest version from linuxserver/docker-plex (changelog : https://github.com/linuxserver/docker-plex/releases) ## 1.42.1.10054-f333bdaa8-ls277-3 (14-08-2025) - Minor bugs fixed ## 1.42.1.10054-f333bdaa8-ls277-2 (09-08-2025) diff --git a/plex/config.json b/plex/config.json index 9ffa62263..2e26b2917 100644 --- a/plex/config.json +++ b/plex/config.json @@ -180,7 +180,7 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex", "usb": true, - "version": "1.42.1.10054-f333bdaa8-ls277-3", + "version": "1.42.1.10060-4e8b05daf-ls278", "video": true, "webui": "[PROTO:ssl]://[HOST]:[PORT:32400]/web" } diff --git a/plex/updater.json b/plex/updater.json index 23ff45e26..8f56464af 100644 --- a/plex/updater.json +++ b/plex/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "09-08-2025", + "last_update": "16-08-2025", "repository": "alexbelgium/hassio-addons", "slug": "plex", "source": "github", "upstream_repo": "linuxserver/docker-plex", - "upstream_version": "1.42.1.10054-f333bdaa8-ls277" + "upstream_version": "1.42.1.10060-4e8b05daf-ls278" }