From 133f5a77b1f5197d3204bd47ce7bc9a2771f4d45 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 18 Jul 2025 22:53:57 +0200 Subject: [PATCH] Updater bot : plex updated to 1.41.9.9961-46083195d-ls273 --- 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 c0d822c6d..d928a3e36 100644 --- a/plex/CHANGELOG.md +++ b/plex/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.41.9.9961-46083195d-ls273 (18-07-2025) +- Update to latest version from linuxserver/docker-plex (changelog : https://github.com/linuxserver/docker-plex/releases) ## 1.41.8.9834-071366d65-ls271-2 (12-07-2025) - Minor bugs fixed ## 1.41.8.9834-071366d65-ls271 (12-07-2025) diff --git a/plex/config.json b/plex/config.json index a1808caca..d1585466c 100644 --- a/plex/config.json +++ b/plex/config.json @@ -178,7 +178,7 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex", "usb": true, - "version": "1.41.8.9834-071366d65-ls271-2", + "version": "1.41.9.9961-46083195d-ls273", "video": true, "webui": "[PROTO:ssl]://[HOST]:[PORT:32400]/web" } diff --git a/plex/updater.json b/plex/updater.json index 082324f37..f748bdb2f 100644 --- a/plex/updater.json +++ b/plex/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "12-07-2025", + "last_update": "18-07-2025", "repository": "alexbelgium/hassio-addons", "slug": "plex", "source": "github", "upstream_repo": "linuxserver/docker-plex", - "upstream_version": "1.41.8.9834-071366d65-ls271" + "upstream_version": "1.41.9.9961-46083195d-ls273" }