From dee3a453b173fab46fb3c1c98026309e5e232bea Mon Sep 17 00:00:00 2001 From: Aaron Veil <70171475+anddea@users.noreply.github.com> Date: Thu, 28 Mar 2024 13:42:34 +0300 Subject: [PATCH] fix(YT Music - Enable old style miniplayer): Update description --- .../music/player/oldstyleminiplayer/OldStyleMiniPlayerPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/music/player/oldstyleminiplayer/OldStyleMiniPlayerPatch.kt b/src/main/kotlin/app/revanced/patches/music/player/oldstyleminiplayer/OldStyleMiniPlayerPatch.kt index 86b99915d6..ff845b3753 100644 --- a/src/main/kotlin/app/revanced/patches/music/player/oldstyleminiplayer/OldStyleMiniPlayerPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/player/oldstyleminiplayer/OldStyleMiniPlayerPatch.kt @@ -19,7 +19,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction @Patch( name = "Enable old style miniplayer", - description = "Adds an option to return the miniplayer to the old style.", + description = "Adds an option to return the miniplayer to the old style. Deprecated in v6.42+.", dependencies = [ SettingsPatch::class, SharedResourceIdPatch::class