Skip to content

Commit a642519

Browse files
Update revanced-patcher-script
1 parent c5b930d commit a642519

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

revanced-patcher-script/revanced-multipatcher-v5.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ for YOUTUBEAPK in ${YOUTUBEAPKS}; do
2020
$forcemark \
2121
--disable "Swipe controls" \
2222
--disable "Hide autoplay button" \
23-
--disable "Always autorepeat" \
23+
--disable "Always repeat" \
2424
--disable "Downloads" \
2525
--disable "Alternative thumbnails" \
2626
--out $(echo $YOUTUBEAPK)_youtube_revanced.apk \

revanced-patcher-script/revanced-patcher-v5.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ java \
1616
$forcemark \
1717
--disable "Swipe controls" \
1818
--disable "Hide autoplay button" \
19-
--disable "Always autorepeat" \
19+
--disable "Always repeat" \
2020
--disable "Downloads" \
2121
--disable "Alternative thumbnails" \
2222
--out youtube_revanced.apk \

0 commit comments

Comments
 (0)