From 5e45531fc8e96b782fecd4a064a400d97eb0b988 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 2 Sep 2023 02:01:05 +0200 Subject: [PATCH] Updater bot : plex updated to 1.32.5.7349-8f4248874-ls181 --- 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 be86f62b6..268f690eb 100644 --- a/plex/CHANGELOG.md +++ b/plex/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.32.5.7349-8f4248874-ls181 (02-09-2023) +- Update to latest version from linuxserver/docker-plex + ## 1.32.5.7349-8f4248874-ls180 (19-08-2023) - Update to latest version from linuxserver/docker-plex diff --git a/plex/config.json b/plex/config.json index 8fb251ff5..5c5bf438f 100644 --- a/plex/config.json +++ b/plex/config.json @@ -124,7 +124,7 @@ }, "slug": "plex_nas", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex", - "version": "1.32.5.7349-8f4248874-ls180", + "version": "1.32.5.7349-8f4248874-ls181", "video": true, "webui": "[PROTO:ssl]://[HOST]:[PORT:32400]/web" } diff --git a/plex/updater.json b/plex/updater.json index ade32c50d..4b0d43755 100644 --- a/plex/updater.json +++ b/plex/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "19-08-2023", + "last_update": "02-09-2023", "repository": "alexbelgium/hassio-addons", "slug": "plex", "source": "github", "upstream_repo": "linuxserver/docker-plex", - "upstream_version": "1.32.5.7349-8f4248874-ls180" + "upstream_version": "1.32.5.7349-8f4248874-ls181" }