Skip to content

Commit

Permalink
feat: use better patch description
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Apr 21, 2023
1 parent 091a25d commit 32fcd25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 32fcd25

Please sign in to comment.