mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-09 18:07:25 +01:00
feat(youtube/downloads): improve patch description
This commit is contained in:
parent
e212c807fc
commit
e0f64520d0
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user