Skip to content

Commit

Permalink
feat(youtube/downloads): improve patch description
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed May 16, 2023
1 parent e212c80 commit e0f6452
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit e0f6452

Please sign in to comment.