From c7f5002e82ed168a121632612c0071162b78d247 Mon Sep 17 00:00:00 2001 From: DDanii Date: Tue, 20 Jan 2026 09:36:01 +0100 Subject: [PATCH] Fix web player not getting updates --- jellyfin/rootfs/etc/cont-init.d/90-data_location.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jellyfin/rootfs/etc/cont-init.d/90-data_location.sh b/jellyfin/rootfs/etc/cont-init.d/90-data_location.sh index 346bb7fb6..ae15fa171 100755 --- a/jellyfin/rootfs/etc/cont-init.d/90-data_location.sh +++ b/jellyfin/rootfs/etc/cont-init.d/90-data_location.sh @@ -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