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