From 50f5b1ac54372542d76e87626f00ddefb54da125 Mon Sep 17 00:00:00 2001 From: Brosssh <44944126+Brosssh@users.noreply.github.com> Date: Mon, 14 Apr 2025 10:07:51 +0200 Subject: [PATCH] fix(Spotify - Unlock Spotify Premium): Remove premium restriction for 'Spotify Connect' (#4782) --- .../revanced/extension/spotify/misc/UnlockPremiumPatch.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extensions/spotify/src/main/java/app/revanced/extension/spotify/misc/UnlockPremiumPatch.java b/extensions/spotify/src/main/java/app/revanced/extension/spotify/misc/UnlockPremiumPatch.java index 49dfffaec..9d5907811 100644 --- a/extensions/spotify/src/main/java/app/revanced/extension/spotify/misc/UnlockPremiumPatch.java +++ b/extensions/spotify/src/main/java/app/revanced/extension/spotify/misc/UnlockPremiumPatch.java @@ -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.