feat(youtube/microg-support): do not depend on spoof-signature-verification patch

The patch `spoof-signature-verification` is currently causing many side effects. Tracking https://github.com/revanced/revanced-patches/issues/1752.
This commit is contained in:
oSumAtrIX 2023-03-19 22:51:09 +01:00
parent dde2365103
commit af4e765ca8
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -25,8 +25,7 @@ import app.revanced.util.microg.MicroGBytecodeHelper
[
MicroGResourcePatch::class,
HideCastButtonPatch::class,
ClientSpoofPatch::class,
SpoofSignatureVerificationPatch::class
ClientSpoofPatch::class
]
)
@Name("microg-support")