Merge pull request #2389 from DDanii/master

Fix jellyfin web player not getting updates
This commit is contained in:
Alexandre
2026-01-20 11:54:43 +01:00
committed by GitHub
3 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
## 10.11.5-3 (2026-01-20)
- Fix web player version stuck
## breaking_versions: 10.11.5-2 (2026-01-09)
- Minor bugs fixed
## breaking_versions: 10.11.5 (2025-12-20)

View File

@@ -124,5 +124,5 @@ schema:
slug: jellyfin
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: 10.11.5-2
version: 10.11.5-3
video: true

View File

@@ -22,7 +22,7 @@ echo "Creating $LOCATION"
mkdir -p "$LOCATION" "$LOCATION"/data "$LOCATION"/cache "$LOCATION"/log "$LOCATION"/web
# Custom web location
cp -rn /usr/share/jellyfin/web/* "$LOCATION"/web/
cp -r /usr/share/jellyfin/web/* "$LOCATION"/web/
sed -i "s|/usr/share/jellyfin|$LOCATION|g" /etc/nginx/servers/ingress.conf
# Custom transcode location