We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5b930d commit a642519Copy full SHA for a642519
revanced-patcher-script/revanced-multipatcher-v5.sh
@@ -20,7 +20,7 @@ for YOUTUBEAPK in ${YOUTUBEAPKS}; do
20
$forcemark \
21
--disable "Swipe controls" \
22
--disable "Hide autoplay button" \
23
- --disable "Always autorepeat" \
+ --disable "Always repeat" \
24
--disable "Downloads" \
25
--disable "Alternative thumbnails" \
26
--out $(echo $YOUTUBEAPK)_youtube_revanced.apk \
revanced-patcher-script/revanced-patcher-v5.sh
@@ -16,7 +16,7 @@ java \
16
17
18
19
--out youtube_revanced.apk \
0 commit comments