We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b5449e commit 50f5b1aCopy full SHA for 50f5b1a
extensions/spotify/src/main/java/app/revanced/extension/spotify/misc/UnlockPremiumPatch.java
@@ -80,6 +80,9 @@ private static class OverrideAttribute {
80
new OverrideAttribute("streaming-rules", ""),
81
// Enables premium UI in settings and removes the premium button in the nav-bar.
82
new OverrideAttribute("nft-disabled", "1"),
83
+ // Enable Spotify Connect and disable other premium related UI, like buying premium.
84
+ // It also removes the download button.
85
+ new OverrideAttribute("type", "premium"),
86
// Enable Spotify Car Thing hardware device.
87
// Device is discontinued and no longer works with the latest releases,
88
// but it might still work with older app targets.
0 commit comments