mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-04-29 22:24:27 +02:00
fix(Spotify - Unlock Spotify Premium): Remove premium restriction for 'Spotify Connect' (#4782)
This commit is contained in:
parent
5b5449e07a
commit
50f5b1ac54
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user