diff --git a/plex/CHANGELOG.md b/plex/CHANGELOG.md index 807c20200..cf6ebc544 100644 --- a/plex/CHANGELOG.md +++ b/plex/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.41.3.9314-a0bfb8370-ls252 (25-01-2025) +- Update to latest version from linuxserver/docker-plex (changelog : https://github.com/linuxserver/docker-plex/releases) + ## 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) diff --git a/plex/config.json b/plex/config.json index 79ff28413..e8763093e 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-ls251", + "version": "1.41.3.9314-a0bfb8370-ls252", "video": true, "webui": "[PROTO:ssl]://[HOST]:[PORT:32400]/web" } diff --git a/plex/updater.json b/plex/updater.json index fb4581b18..4105f3761 100644 --- a/plex/updater.json +++ b/plex/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "04-01-2025", + "last_update": "25-01-2025", "repository": "alexbelgium/hassio-addons", "slug": "plex", "source": "github", "upstream_repo": "linuxserver/docker-plex", - "upstream_version": "1.41.3.9314-a0bfb8370-ls251" + "upstream_version": "1.41.3.9314-a0bfb8370-ls252" }