From 6d7e3fb2c9848c00c85aaddfafea862760bba611 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 15 Apr 2023 02:00:42 +0200 Subject: [PATCH] Updater bot : plex updated to 1.32.0.6918-6f393eda1-ls161 --- 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 18555b76d..200c441b4 100644 --- a/plex/CHANGELOG.md +++ b/plex/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.32.0.6918-6f393eda1-ls161 (15-04-2023) +- Update to latest version from linuxserver/docker-plex ### 1.31.3.6868-28fc46b27-ls160-2 (10-04-2023) - Minor bugs fixed - Fix issue with smb diff --git a/plex/config.json b/plex/config.json index 2027dba34..36994d39a 100644 --- a/plex/config.json +++ b/plex/config.json @@ -114,7 +114,7 @@ }, "slug": "plex_nas", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex", - "version": "1.31.3.6868-28fc46b27-ls160-2", + "version": "1.32.0.6918-6f393eda1-ls161", "video": true, "webui": "[PROTO:ssl]://[HOST]:[PORT:32400]/web" } diff --git a/plex/updater.json b/plex/updater.json index 509096abc..e481bac51 100644 --- a/plex/updater.json +++ b/plex/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "08-04-2023", + "last_update": "15-04-2023", "repository": "alexbelgium/hassio-addons", "slug": "plex", "source": "github", "upstream_repo": "linuxserver/docker-plex", - "upstream_version": "1.31.3.6868-28fc46b27-ls160" + "upstream_version": "1.32.0.6918-6f393eda1-ls161" }