fix(Spotify - Unlock Premium): Use correct patch description convention
This commit is contained in:
parent
9a10ee4d22
commit
a4865228f8
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||||
@Suppress("unused")
|
@Suppress("unused")
|
||||||
val unlockPremiumPatch = bytecodePatch(
|
val unlockPremiumPatch = bytecodePatch(
|
||||||
name = "Unlock Spotify Premium",
|
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")
|
compatibleWith("com.spotify.music")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue