From 26e477a959b2bb18bdcf6ad3b59c0bedb9e5c192 Mon Sep 17 00:00:00 2001 From: nomadics9 Date: Mon, 3 Feb 2025 20:33:37 +0300 Subject: [PATCH] Edit titlechange.sh script --- alaskarfin/customization/titlechange.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alaskarfin/customization/titlechange.sh b/alaskarfin/customization/titlechange.sh index ddc6f32..5481bc4 100755 --- a/alaskarfin/customization/titlechange.sh +++ b/alaskarfin/customization/titlechange.sh @@ -27,7 +27,7 @@ done 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" + sed -i 's/enableBackdrops:function(){return R}/enableBackdrops:function(){return E}/g' "$FILE" else echo "File $FILE not found." fi