From a4865228f8481d2efc8fbf4e90902a03289d9a3f Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Thu, 27 Mar 2025 01:41:17 +0100 Subject: [PATCH] fix(Spotify - Unlock Premium): Use correct patch description convention --- .../app/revanced/patches/spotify/misc/UnlockPremiumPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/src/main/kotlin/app/revanced/patches/spotify/misc/UnlockPremiumPatch.kt b/patches/src/main/kotlin/app/revanced/patches/spotify/misc/UnlockPremiumPatch.kt index 5fe0e4cda..5146fcdaa 100644 --- a/patches/src/main/kotlin/app/revanced/patches/spotify/misc/UnlockPremiumPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/spotify/misc/UnlockPremiumPatch.kt @@ -10,7 +10,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction @Suppress("unused") val unlockPremiumPatch = bytecodePatch( name = "Unlock Spotify Premium", - description = "Unlock Spotify Premium features. Server-sided features like downloading songs are still locked.", + description = "Unlocks Spotify Premium features. Server-sided features like downloading songs are still locked.", ) { compatibleWith("com.spotify.music")