feat: use better patch description
This commit is contained in:
parent
d3b8b37b02
commit
7437c7731a
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ import org.jf.dexlib2.iface.instruction.FiveRegisterInstruction
|
|||
|
||||
@Patch
|
||||
@Name("client-spoof")
|
||||
@Description("Spoofs the YouTube or Vanced client to prevent playback issues.")
|
||||
@Description("Spoofs a patched client to allow playback.")
|
||||
@ClientSpoofCompatibility
|
||||
@Version("0.0.1")
|
||||
class ClientSpoofPatch : BytecodePatch(
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ import org.jf.dexlib2.iface.instruction.OneRegisterInstruction
|
|||
|
||||
@Patch
|
||||
@Name("spoof-signature-verification")
|
||||
@Description("Spoofs the client to prevent playback issues.")
|
||||
@Description("Spoofs a patched client to prevent playback issues.")
|
||||
@ProtobufSpoofCompatibility
|
||||
@DependsOn([IntegrationsPatch::class, SettingsPatch::class, PlayerTypeHookPatch::class])
|
||||
@Version("0.0.1")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue