From 4f2bef85283c128055c0b9f1a00dcbc184ff2186 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 26 Oct 2024 02:01:54 +0200 Subject: [PATCH] Updater bot : plex updated to 1.41.1.9057-af5eaea7a-ls241 --- 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 0ce4c3ea4..79e553be8 100644 --- a/plex/CHANGELOG.md +++ b/plex/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.41.1.9057-af5eaea7a-ls241 (26-10-2024) +- Update to latest version from linuxserver/docker-plex (changelog : https://github.com/linuxserver/docker-plex/releases) + ## 1.41.0.8994-f2c27da23-ls240 (19-10-2024) - Update to latest version from linuxserver/docker-plex (changelog : https://github.com/linuxserver/docker-plex/releases) diff --git a/plex/config.json b/plex/config.json index 4e307ec95..df21b7e27 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.41.0.8994-f2c27da23-ls240", + "version": "1.41.1.9057-af5eaea7a-ls241", "video": true, "webui": "[PROTO:ssl]://[HOST]:[PORT:32400]/web" } diff --git a/plex/updater.json b/plex/updater.json index 6fd72f345..beff93325 100644 --- a/plex/updater.json +++ b/plex/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "19-10-2024", + "last_update": "26-10-2024", "repository": "alexbelgium/hassio-addons", "slug": "plex", "source": "github", "upstream_repo": "linuxserver/docker-plex", - "upstream_version": "1.41.0.8994-f2c27da23-ls240" + "upstream_version": "1.41.1.9057-af5eaea7a-ls241" }