feat(YouTube Music): Add Enable debugging patch (#5939)

This commit is contained in:
LisoUseInAIKyrios 2025-09-20 16:33:03 +04:00 committed by GitHub
parent e26c971067
commit 418f5945c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 257 additions and 173 deletions

View file

@ -401,6 +401,10 @@ public final class app/revanced/patches/music/misc/backgroundplayback/Background
public static final fun getBackgroundPlaybackPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
public final class app/revanced/patches/music/misc/debugging/EnableDebuggingPatchKt {
public static final fun getEnableDebuggingPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
public final class app/revanced/patches/music/misc/extension/SharedExtensionPatchKt {
public static final fun getSharedExtensionPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}