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")