Updater bot : jellyfin updated to 10.10.6

This commit is contained in:
alexbelgium
2025-02-21 15:02:22 +01:00
parent 9cbc478e57
commit cff930b5c1
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 10.10.6 (21-02-2025)
- Update to latest version from linuxserver/docker-jellyfin (changelog : https://github.com/linuxserver/docker-jellyfin/releases)
- BREAKING CHANGE : Change default data location to /share rather than main system config folder. This is fully customizable through the data_location option. Also, is now allowing to use /config for a seemless backup of the library with the addon (not recommended as will mean very large backups at each update)
- Manual update forced

View File

@@ -131,6 +131,6 @@
"slug": "jellyfin",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "10.10.5-2",
"version": "10.10.6",
"video": true
}

View File

@@ -1,9 +1,9 @@
{
"github_fulltag": "false",
"last_update": "01-02-2025",
"last_update": "21-02-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "jellyfin",
"source": "github",
"upstream_repo": "linuxserver/docker-jellyfin",
"upstream_version": "10.10.5"
"upstream_version": "10.10.6"
}