diff --git a/plex/CHANGELOG.md b/plex/CHANGELOG.md index 79e553be8..668b2e97a 100644 --- a/plex/CHANGELOG.md +++ b/plex/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.41.1.9057-af5eaea7a-ls242 (09-11-2024) +- Update to latest version from linuxserver/docker-plex (changelog : https://github.com/linuxserver/docker-plex/releases) + ## 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) diff --git a/plex/config.json b/plex/config.json index df21b7e27..62f9192ef 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.1.9057-af5eaea7a-ls241", + "version": "1.41.1.9057-af5eaea7a-ls242", "video": true, "webui": "[PROTO:ssl]://[HOST]:[PORT:32400]/web" } diff --git a/plex/updater.json b/plex/updater.json index beff93325..00ee50a7c 100644 --- a/plex/updater.json +++ b/plex/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "26-10-2024", + "last_update": "09-11-2024", "repository": "alexbelgium/hassio-addons", "slug": "plex", "source": "github", "upstream_repo": "linuxserver/docker-plex", - "upstream_version": "1.41.1.9057-af5eaea7a-ls241" + "upstream_version": "1.41.1.9057-af5eaea7a-ls242" }