Skip to content

Commit

Permalink
chore: Fix redundant patch description
Browse files Browse the repository at this point in the history
  • Loading branch information
LisoUseInAIKyrios committed Nov 26, 2024
1 parent 03fa88c commit 2f9be1b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2f9be1b

Please sign in to comment.