From da812997fb56b57aeda4703d0ca2904910dc3343 Mon Sep 17 00:00:00 2001 From: inotia00 Date: Fri, 21 Apr 2023 13:33:31 +0900 Subject: [PATCH] fix(client-spoof): use better patch description --- .../patches/youtube/misc/clientspoof/patch/ClientSpoofPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/misc/clientspoof/patch/ClientSpoofPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/misc/clientspoof/patch/ClientSpoofPatch.kt index c30fcf4e4..c548fc13e 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/misc/clientspoof/patch/ClientSpoofPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/misc/clientspoof/patch/ClientSpoofPatch.kt @@ -20,7 +20,7 @@ import org.jf.dexlib2.iface.instruction.FiveRegisterInstruction @Patch @Name("client-spoof") -@Description("Spoofs the YouTube client to prevent playback issues.") +@Description("Spoofs a patched client to allow playback.") @DependsOn([SettingsPatch::class]) @YouTubeCompatibility @Version("0.0.1")