mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-24 01:31:51 +02:00
Merge pull request #2389 from DDanii/master
Fix jellyfin web player not getting updates
This commit is contained in:
@@ -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)
|
## breaking_versions: 10.11.5-2 (2026-01-09)
|
||||||
- Minor bugs fixed
|
- Minor bugs fixed
|
||||||
## breaking_versions: 10.11.5 (2025-12-20)
|
## breaking_versions: 10.11.5 (2025-12-20)
|
||||||
|
|||||||
@@ -124,5 +124,5 @@ schema:
|
|||||||
slug: jellyfin
|
slug: jellyfin
|
||||||
udev: true
|
udev: true
|
||||||
url: https://github.com/alexbelgium/hassio-addons
|
url: https://github.com/alexbelgium/hassio-addons
|
||||||
version: 10.11.5-2
|
version: 10.11.5-3
|
||||||
video: true
|
video: true
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ echo "Creating $LOCATION"
|
|||||||
mkdir -p "$LOCATION" "$LOCATION"/data "$LOCATION"/cache "$LOCATION"/log "$LOCATION"/web
|
mkdir -p "$LOCATION" "$LOCATION"/data "$LOCATION"/cache "$LOCATION"/log "$LOCATION"/web
|
||||||
|
|
||||||
# Custom web location
|
# 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
|
sed -i "s|/usr/share/jellyfin|$LOCATION|g" /etc/nginx/servers/ingress.conf
|
||||||
|
|
||||||
# Custom transcode location
|
# Custom transcode location
|
||||||
|
|||||||
Reference in New Issue
Block a user