Updater bot : spotify_to_plex updated to 1.0.109 (upstream 1.0.109)

This commit is contained in:
alexbelgium
2026-09-12 01:31:46 +02:00
parent 3089be5346
commit f2fef2e816
3 changed files with 6 additions and 3 deletions

View File

@@ -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)

View File

@@ -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]"

View File

@@ -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"
}