fix(client-spoof): use better patch description

This commit is contained in:
inotia00
2023-04-21 13:33:31 +09:00
parent 4081e287c6
commit da812997fb

View File

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