feat(youtube/downloads): improve patch description

This commit is contained in:
oSumAtrIX 2023-05-16 04:27:47 +02:00
parent e212c807fc
commit e0f64520d0
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -17,7 +17,7 @@ import app.revanced.patches.youtube.video.information.patch.VideoInformationPatc
@Patch
@Name("downloads")
@DependsOn([DownloadsResourcePatch::class, PlayerControlsBytecodePatch::class, VideoInformationPatch::class])
@Description("Enables downloading music and videos from YouTube.")
@Description("Adds a download button to the YouTube video player.")
@DownloadsCompatibility
@Version("0.0.1")
class DownloadsBytecodePatch : BytecodePatch() {