mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 21:27:43 +02:00
feat(client-spoof-music): removed from patch list and dependent on music-microg-support
patch
This commit is contained in:
@ -10,13 +10,11 @@ import app.revanced.patcher.extensions.instruction
|
||||
import app.revanced.patcher.patch.BytecodePatch
|
||||
import app.revanced.patcher.patch.PatchResult
|
||||
import app.revanced.patcher.patch.PatchResultSuccess
|
||||
import app.revanced.patcher.patch.annotations.Patch
|
||||
import app.revanced.patches.music.misc.clientspoof.fingerprints.UserAgentHeaderBuilderFingerprint
|
||||
import app.revanced.patches.music.misc.microg.shared.Constants.MUSIC_PACKAGE_NAME
|
||||
import app.revanced.patches.shared.annotation.YouTubeMusicCompatibility
|
||||
import org.jf.dexlib2.iface.instruction.FiveRegisterInstruction
|
||||
|
||||
@Patch
|
||||
@Name("client-spoof-music")
|
||||
@Description("Spoofs the YouTube Music client.")
|
||||
@YouTubeMusicCompatibility
|
||||
|
@ -9,6 +9,7 @@ import app.revanced.patcher.patch.PatchResult
|
||||
import app.revanced.patcher.patch.PatchResultSuccess
|
||||
import app.revanced.patcher.patch.annotations.DependsOn
|
||||
import app.revanced.patcher.patch.annotations.Patch
|
||||
import app.revanced.patches.music.misc.clientspoof.patch.ClientSpoofMusicPatch
|
||||
import app.revanced.patches.music.misc.microg.bytecode.fingerprints.*
|
||||
import app.revanced.patches.music.misc.microg.resource.patch.MusicMicroGResourcePatch
|
||||
import app.revanced.patches.music.misc.microg.shared.Constants.MUSIC_PACKAGE_NAME
|
||||
@ -20,6 +21,7 @@ import app.revanced.util.microg.MicroGBytecodeHelper
|
||||
@Patch
|
||||
@DependsOn(
|
||||
[
|
||||
ClientSpoofMusicPatch::class,
|
||||
MusicMicroGResourcePatch::class,
|
||||
PatchOptions::class
|
||||
]
|
||||
|
Reference in New Issue
Block a user