mirror of
https://github.com/revanced/revanced-patches
synced 2025-01-16 13:37:37 +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")
|
@Suppress("unused")
|
||||||
val miniplayerPatch = bytecodePatch(
|
val miniplayerPatch = bytecodePatch(
|
||||||
name = "Miniplayer",
|
name = "Miniplayer",
|
||||||
description = "Adds options to change the in app minimized player. " +
|
description = "Adds options to change the in app minimized player."
|
||||||
"Patching target 19.16+ adds modern miniplayers.",
|
|
||||||
) {
|
) {
|
||||||
dependsOn(
|
dependsOn(
|
||||||
sharedExtensionPatch,
|
sharedExtensionPatch,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user