diff --git a/extensions/spotify/src/main/java/app/revanced/extension/spotify/misc/UnlockPremiumPatch.java b/extensions/spotify/src/main/java/app/revanced/extension/spotify/misc/UnlockPremiumPatch.java index 49dfffaec..9d5907811 100644 --- a/extensions/spotify/src/main/java/app/revanced/extension/spotify/misc/UnlockPremiumPatch.java +++ b/extensions/spotify/src/main/java/app/revanced/extension/spotify/misc/UnlockPremiumPatch.java @@ -80,6 +80,9 @@ public final class UnlockPremiumPatch { new OverrideAttribute("streaming-rules", ""), // Enables premium UI in settings and removes the premium button in the nav-bar. new OverrideAttribute("nft-disabled", "1"), + // Enable Spotify Connect and disable other premium related UI, like buying premium. + // It also removes the download button. + new OverrideAttribute("type", "premium"), // Enable Spotify Car Thing hardware device. // Device is discontinued and no longer works with the latest releases, // but it might still work with older app targets.