From e0f64520d0235ea219f1965ba34b7e52ded9c1d9 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Tue, 16 May 2023 04:27:47 +0200 Subject: [PATCH] feat(youtube/downloads): improve patch description --- .../downloads/bytecode/patch/DownloadsBytecodePatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/interaction/downloads/bytecode/patch/DownloadsBytecodePatch.kt b/src/main/kotlin/app/revanced/patches/youtube/interaction/downloads/bytecode/patch/DownloadsBytecodePatch.kt index d06629542..ab2e4eef6 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/interaction/downloads/bytecode/patch/DownloadsBytecodePatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/interaction/downloads/bytecode/patch/DownloadsBytecodePatch.kt @@ -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() {