fix(Spotify - Unlock Spotify Premium): Remove premium restriction for 'Spotify Connect' (#4782)

This commit is contained in:
Brosssh 2025-04-14 10:07:51 +02:00 committed by GitHub
parent 5b5449e07a
commit 50f5b1ac54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.