Updater bot : spotify_to_plex updated to 1.0.111 (upstream 1.0.111)

This commit is contained in:
alexbelgium
2026-09-19 01:31:47 +02:00
parent 135d191025
commit 750d06b737
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 1.0.111 (2026-09-19)
- Update to latest version from jjdenhertog/spotify-to-plex
## 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.

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.109"
version: "1.0.111"
webui: "http://[HOST]:[PORT:9030]"

View File

@@ -1,8 +1,8 @@
{
"last_update": "2026-09-12",
"last_update": "2026-09-19",
"repository": "alexbelgium/hassio-addons",
"slug": "spotify_to_plex",
"source": "dockerhub",
"upstream_repo": "jjdenhertog/spotify-to-plex",
"upstream_version": "1.0.109"
"upstream_version": "1.0.111"
}