Skip to content

Commit 50f5b1a

Browse files
authored
fix(Spotify - Unlock Spotify Premium): Remove premium restriction for 'Spotify Connect' (#4782)
1 parent 5b5449e commit 50f5b1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

extensions/spotify/src/main/java/app/revanced/extension/spotify/misc/UnlockPremiumPatch.java

+3
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ private static class OverrideAttribute {
8080
new OverrideAttribute("streaming-rules", ""),
8181
// Enables premium UI in settings and removes the premium button in the nav-bar.
8282
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"),
8386
// Enable Spotify Car Thing hardware device.
8487
// Device is discontinued and no longer works with the latest releases,
8588
// but it might still work with older app targets.

0 commit comments

Comments
 (0)