From 59d1fbd9e5bd0aed696496907e737eaf423f94a7 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 4 Jan 2025 01:57:36 +0100 Subject: [PATCH] Updater bot : plex updated to 1.41.3.9314-a0bfb8370-ls251 --- 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 f63e4e1c8..807c20200 100644 --- a/plex/CHANGELOG.md +++ b/plex/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.41.3.9314-a0bfb8370-ls251 (04-01-2025) +- Update to latest version from linuxserver/docker-plex (changelog : https://github.com/linuxserver/docker-plex/releases) + ## 1.41.3.9314-a0bfb8370-ls250 (28-12-2024) - Update to latest version from linuxserver/docker-plex (changelog : https://github.com/linuxserver/docker-plex/releases) ## 1.41.3.9314-a0bfb8370-ls249-2 (22-12-2024) diff --git a/plex/config.json b/plex/config.json index e4438da89..79ff28413 100644 --- a/plex/config.json +++ b/plex/config.json @@ -174,7 +174,7 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex", "usb": true, - "version": "1.41.3.9314-a0bfb8370-ls250", + "version": "1.41.3.9314-a0bfb8370-ls251", "video": true, "webui": "[PROTO:ssl]://[HOST]:[PORT:32400]/web" } diff --git a/plex/updater.json b/plex/updater.json index b38b07457..fb4581b18 100644 --- a/plex/updater.json +++ b/plex/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "28-12-2024", + "last_update": "04-01-2025", "repository": "alexbelgium/hassio-addons", "slug": "plex", "source": "github", "upstream_repo": "linuxserver/docker-plex", - "upstream_version": "1.41.3.9314-a0bfb8370-ls250" + "upstream_version": "1.41.3.9314-a0bfb8370-ls251" }