chore: Fix redundant patch description

This commit is contained in:
LisoUseInAIKyrios 2024-11-26 16:47:36 +04:00
parent 03fa88cfc1
commit 2f9be1bac2

View File

@ -135,8 +135,7 @@ private const val EXTENSION_CLASS_DESCRIPTOR = "Lapp/revanced/extension/youtube/
@Suppress("unused")
val miniplayerPatch = bytecodePatch(
name = "Miniplayer",
description = "Adds options to change the in app minimized player. " +
"Patching target 19.16+ adds modern miniplayers.",
description = "Adds options to change the in app minimized player."
) {
dependsOn(
sharedExtensionPatch,