diff --git a/src/main/kotlin/app/revanced/patches/shared/misc/fix/spoof/patch/ClientSpoofPatch.kt b/src/main/kotlin/app/revanced/patches/shared/misc/fix/spoof/patch/ClientSpoofPatch.kt index 584ec2dc4..49c91185d 100644 --- a/src/main/kotlin/app/revanced/patches/shared/misc/fix/spoof/patch/ClientSpoofPatch.kt +++ b/src/main/kotlin/app/revanced/patches/shared/misc/fix/spoof/patch/ClientSpoofPatch.kt @@ -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( diff --git a/src/main/kotlin/app/revanced/patches/youtube/misc/fix/playback/patch/SpoofSignatureVerificationPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/misc/fix/playback/patch/SpoofSignatureVerificationPatch.kt index cc5cbe780..0ec8f7dd4 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/misc/fix/playback/patch/SpoofSignatureVerificationPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/misc/fix/playback/patch/SpoofSignatureVerificationPatch.kt @@ -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")