refactor(microg-support): no longer include protobuf-spoof patch

This commit is contained in:
inotia00 2023-03-18 22:56:07 +09:00
parent 9c3da568e2
commit 0f6958cda6

View File

@ -11,7 +11,6 @@ import app.revanced.patches.shared.annotation.YouTubeCompatibility
import app.revanced.patches.shared.patch.options.PatchOptions import app.revanced.patches.shared.patch.options.PatchOptions
import app.revanced.patches.youtube.layout.player.castbutton.patch.HideCastButtonPatch 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.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.bytecode.fingerprints.*
import app.revanced.patches.youtube.misc.microg.shared.Constants.PACKAGE_NAME import app.revanced.patches.youtube.misc.microg.shared.Constants.PACKAGE_NAME
import app.revanced.util.bytecode.BytecodeHelper.injectInit import app.revanced.util.bytecode.BytecodeHelper.injectInit
@ -22,8 +21,7 @@ import app.revanced.util.microg.MicroGBytecodeHelper
[ [
ClientSpoofPatch::class, ClientSpoofPatch::class,
HideCastButtonPatch::class, HideCastButtonPatch::class,
PatchOptions::class, PatchOptions::class
ProtobufSpoofPatch::class
] ]
) )
@YouTubeCompatibility @YouTubeCompatibility