From f2fef2e816dfa81ec1fea65c15d8829feef25a7c Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 12 Sep 2026 01:31:46 +0200 Subject: [PATCH] Updater bot : spotify_to_plex updated to 1.0.109 (upstream 1.0.109) --- spotify_to_plex/CHANGELOG.md | 3 +++ spotify_to_plex/config.yaml | 2 +- spotify_to_plex/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/spotify_to_plex/CHANGELOG.md b/spotify_to_plex/CHANGELOG.md index cd4bd42a5e..ec88c8e727 100644 --- a/spotify_to_plex/CHANGELOG.md +++ b/spotify_to_plex/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.0.109 (2026-09-12) +- Update to latest version from jjdenhertog/spotify-to-plex - Migrate legacy add-on configuration map names to current app configuration terminology. ## 1.0.107 (2026-08-15) diff --git a/spotify_to_plex/config.yaml b/spotify_to_plex/config.yaml index 934e897e13..f50a19acbd 100644 --- a/spotify_to_plex/config.yaml +++ b/spotify_to_plex/config.yaml @@ -30,5 +30,5 @@ schema: ENCRYPTION_KEY: str? slug: spotify_to_plex url: https://github.com/alexbelgium/hassio-addons/tree/master/spotify_to_plex -version: "1.0.107" +version: "1.0.109" webui: "http://[HOST]:[PORT:9030]" diff --git a/spotify_to_plex/updater.json b/spotify_to_plex/updater.json index 2880f00f52..8d58c5987c 100644 --- a/spotify_to_plex/updater.json +++ b/spotify_to_plex/updater.json @@ -1,8 +1,8 @@ { - "last_update": "2026-08-15", + "last_update": "2026-09-12", "repository": "alexbelgium/hassio-addons", "slug": "spotify_to_plex", "source": "dockerhub", "upstream_repo": "jjdenhertog/spotify-to-plex", - "upstream_version": "1.0.107" + "upstream_version": "1.0.109" }