From 0f6958cda69f053581897e6510eef42cda215207 Mon Sep 17 00:00:00 2001 From: inotia00 Date: Sat, 18 Mar 2023 22:56:07 +0900 Subject: [PATCH] refactor(microg-support): no longer include `protobuf-spoof` patch --- .../youtube/misc/microg/bytecode/patch/MicroGBytecodePatch.kt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/misc/microg/bytecode/patch/MicroGBytecodePatch.kt b/src/main/kotlin/app/revanced/patches/youtube/misc/microg/bytecode/patch/MicroGBytecodePatch.kt index b5a90fe73..4910c56f0 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/misc/microg/bytecode/patch/MicroGBytecodePatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/misc/microg/bytecode/patch/MicroGBytecodePatch.kt @@ -11,7 +11,6 @@ import app.revanced.patches.shared.annotation.YouTubeCompatibility import app.revanced.patches.shared.patch.options.PatchOptions import app.revanced.patches.youtube.layout.player.castbutton.patch.HideCastButtonPatch import app.revanced.patches.youtube.misc.clientspoof.patch.ClientSpoofPatch -import app.revanced.patches.youtube.misc.fix.playback.patch.ProtobufSpoofPatch import app.revanced.patches.youtube.misc.microg.bytecode.fingerprints.* import app.revanced.patches.youtube.misc.microg.shared.Constants.PACKAGE_NAME import app.revanced.util.bytecode.BytecodeHelper.injectInit @@ -22,8 +21,7 @@ import app.revanced.util.microg.MicroGBytecodeHelper [ ClientSpoofPatch::class, HideCastButtonPatch::class, - PatchOptions::class, - ProtobufSpoofPatch::class + PatchOptions::class ] ) @YouTubeCompatibility