-
-
Notifications
You must be signed in to change notification settings - Fork 426
fix(Spotify - Unlock Spotify Premium): Remove premium restriction on Spotify Connect #4782
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(Spotify - Unlock Spotify Premium): Remove premium restriction on Spotify Connect #4782
Conversation
extensions/spotify/src/main/java/app/revanced/extension/spotify/misc/UnlockPremiumPatch.java
Outdated
Show resolved
Hide resolved
extensions/spotify/src/main/java/app/revanced/extension/spotify/misc/UnlockPremiumPatch.java
Outdated
Show resolved
Hide resolved
I just double checked and it's present in |
Worth noting that this doesn't enable using standalone Spotify Connect clients. That feature still requires premium as it's probably server-sided. |
I'm not a big fan of the fact that the download button disappears. If needed, we can set |
A separate PR can be made to achieve this altogether, or it could open an external downloader just like on YouTube. |
# [5.20.0-dev.4](v5.20.0-dev.3...v5.20.0-dev.4) (2025-04-14) ### Bug Fixes * **Spotify - Unlock Spotify Premium:** Remove premium restriction for 'Spotify Connect' ([#4782](#4782)) ([50f5b1a](50f5b1a))
# [5.20.0](v5.19.1...v5.20.0) (2025-04-15) ### Bug Fixes * **Duolingo - Hide ads:** Support lastest app release ([#4790](#4790)) ([215fccb](215fccb)) * **Spotify - Unlock Spotify Premium:** Remove premium restriction for 'Spotify Connect' ([#4782](#4782)) ([50f5b1a](50f5b1a)) * **Spotify:** Fix login by replacing `Spoof signature` patch with new `Spoof package info` patch ([#4794](#4794)) ([d639151](d639151)) * **YouTube - Remove background playback restrictions:** Restore PiP button functionality after screen is unlocked ([6837348](6837348)) ### Features * Add `Set target SDK version 34` patch (Disable edge-to-edge display) ([#4780](#4780)) ([dcf6178](dcf6178)) * **Spotify - Custom theme:** Add option to use unmodified player background gradient ([#4741](#4741)) ([0ee3693](0ee3693)) * **YouTube - Swipe controls:** Add option to change volume swipe sensitivity (step size) ([#4557](#4557)) ([8957325](8957325))
For some people, including myself, Spotify Connect is restricted behind Premium subscription. This PR simply removes this restriction. This would also close #4675 (although is already closed since no other people reported it).