typo path fix
This commit is contained in:
parent
3c7473f56c
commit
c90ef0b0eb
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ done
|
|||
# Update enableBackdrops function in main.jellyfin.bundle.js
|
||||
# This will change: enableBackdrops:function(){return _}
|
||||
# To: enableBackdrops:function(){return E}
|
||||
FILE="$BASE_DIR/jellyfin/jellyfin-web/main.jellyfin.bundle.js"
|
||||
FILE="$BASE_DIR/main.jellyfin.bundle.js"
|
||||
if [[ -f "$FILE" ]]; then
|
||||
echo "Updating enableBackdrops in: $FILE"
|
||||
sed -i 's/enableBackdrops:function(){return _}/enableBackdrops:function(){return E}/g' "$FILE"
|
||||
|
|
Loading…
Reference in a new issue