Updater bot : jellyfin updated to 12.0 (upstream 12.0)

This commit is contained in:
alexbelgium
2026-09-12 01:29:04 +02:00
parent 8ad14ad6ce
commit 49c6fbca2d
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 12.0 (2026-09-12)
- Update to latest version from linuxserver/docker-jellyfin (changelog : https://github.com/linuxserver/docker-jellyfin/releases)
- Migrate legacy add-on configuration map names to current app configuration terminology.
## 10.11.11 (2026-06-11)

View File

@@ -124,5 +124,5 @@ schema:
slug: jellyfin
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "10.11.11"
version: "12.0"
video: true

View File

@@ -1,9 +1,9 @@
{
"github_fulltag": "false",
"last_update": "2026-06-11",
"last_update": "2026-09-12",
"repository": "alexbelgium/hassio-addons",
"slug": "jellyfin",
"source": "github",
"upstream_repo": "linuxserver/docker-jellyfin",
"upstream_version": "10.11.11"
"upstream_version": "12.0"
}