mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-09 19:14:37 +02:00
refactor(microg-support): no longer include protobuf-spoof
patch
This commit is contained in:
parent
9c3da568e2
commit
0f6958cda6
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user