fix(Spotify - Unlock Premium): Use correct patch description convention

This commit is contained in:
oSumAtrIX 2025-03-27 01:41:17 +01:00
parent 9a10ee4d22
commit a4865228f8
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -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")