mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-28 17:55:52 +01:00
chore: Fix redundant patch description
This commit is contained in:
parent
03fa88cfc1
commit
2f9be1bac2
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user