diff --git a/jellyfin/CHANGELOG.md b/jellyfin/CHANGELOG.md index a204b1353..557fbb48f 100644 --- a/jellyfin/CHANGELOG.md +++ b/jellyfin/CHANGELOG.md @@ -1,4 +1,7 @@ +## 10.10.7 (12-04-2025) +- Update to latest version from linuxserver/docker-jellyfin (changelog : https://github.com/linuxserver/docker-jellyfin/releases) + ## 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) diff --git a/jellyfin/config.json b/jellyfin/config.json index 352396d39..afce77cfd 100644 --- a/jellyfin/config.json +++ b/jellyfin/config.json @@ -131,6 +131,6 @@ "slug": "jellyfin", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "10.10.6-4", + "version": "10.10.7", "video": true } diff --git a/jellyfin/updater.json b/jellyfin/updater.json index abe12be4b..fc6e13ecd 100644 --- a/jellyfin/updater.json +++ b/jellyfin/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "false", - "last_update": "21-02-2025", + "last_update": "12-04-2025", "repository": "alexbelgium/hassio-addons", "slug": "jellyfin", "source": "github", "upstream_repo": "linuxserver/docker-jellyfin", - "upstream_version": "10.10.6" + "upstream_version": "10.10.7" }