Fix web player not getting updates

This commit is contained in:
DDanii
2026-01-20 09:36:01 +01:00
committed by GitHub
parent b6aaee6bb7
commit c7f5002e82

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