This repository was archived by the owner on Mar 10, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ See the [documentation](https://github.com/inotia00/revanced-documentation#readm
9797| ` Disable Cairo splash animation ` | Adds an option to disable Cairo splash animation. | 7.16.53 ~ 8.30.54 |
9898| ` Disable QUIC protocol ` | Adds an option to disable CronetEngine's QUIC protocol. | 6.20.51 ~ 8.30.54 |
9999| ` Disable dislike redirection ` | Adds an option to disable redirection to the next track when clicking the Dislike button. | 6.20.51 ~ 8.30.54 |
100+ | ` Disable forced auto audio tracks ` | Adds an option to disable audio tracks from being automatically enabled. | 6.20.51 ~ 8.30.54 |
100101| ` Disable forced auto captions ` | Adds an option to disable captions from being automatically enabled. | 6.20.51 ~ 8.30.54 |
101102| ` Disable music video in album ` | Adds option to redirect music videos from albums for non-premium users. | 6.20.51 ~ 8.30.54 |
102103| ` Enable debug logging ` | Adds an option for debugging. | 6.20.51 ~ 8.30.54 |
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ org.gradle.parallel = true
44android.useAndroidX = true
55kotlin.code.style = official
66kotlin.jvm.target.validation.mode = IGNORE
7- version = 5.12.1-dev.6
7+ version = 5.12.1-dev.7
88
Original file line number Diff line number Diff line change 873873 "compatiblePackages" : null ,
874874 "options" : []
875875 },
876+ {
877+ "name" : " Disable forced auto audio tracks" ,
878+ "description" : " Adds an option to disable audio tracks from being automatically enabled." ,
879+ "use" : true ,
880+ "dependencies" : [
881+ " Settings for YouTube Music" ,
882+ " BytecodePatch"
883+ ],
884+ "compatiblePackages" : {
885+ "com.google.android.apps.youtube.music" : [
886+ " 6.20.51" ,
887+ " 6.29.59" ,
888+ " 6.42.55" ,
889+ " 6.51.53" ,
890+ " 7.16.53" ,
891+ " 7.25.53" ,
892+ " 8.12.54" ,
893+ " 8.28.54" ,
894+ " 8.30.54"
895+ ]
896+ },
897+ "options" : []
898+ },
876899 {
877900 "name" : " Disable forced auto audio tracks" ,
878901 "description" : " Adds an option to disable audio tracks from being automatically enabled." ,
Original file line number Diff line number Diff line change @@ -54,6 +54,10 @@ public final class app/revanced/patches/music/flyoutmenu/components/FlyoutMenuCo
5454 public static final fun getFlyoutMenuComponentsPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
5555}
5656
57+ public final class app/revanced/patches/music/general/audiotracks/AudioTracksPatchKt {
58+ public static final fun getAudioTracksPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
59+ }
60+
5761public final class app/revanced/patches/music/general/autocaptions/AutoCaptionsPatchKt {
5862 public static final fun getAutoCaptionsPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
5963}
@@ -181,6 +185,10 @@ public final class app/revanced/patches/music/player/components/PlayerComponents
181185 public static final fun getPlayerComponentsPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
182186}
183187
188+ public final class app/revanced/patches/music/utils/audiotracks/AudioTracksHookPatchKt {
189+ public static final fun getAudioTracksHookPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
190+ }
191+
184192public final class app/revanced/patches/music/utils/dismiss/DismissQueueHookPatchKt {
185193 public static final fun getDismissQueueHookPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
186194}
You can’t perform that action at this time.
0 commit comments