From 06be36cddf3430b4179dff696b3d15718cd6963b Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Wed, 26 Mar 2025 14:51:47 +0100 Subject: [PATCH 1/2] fix(Spotify - Unlock Premium): Override streaming attribute attempting to fix streaming issues --- .../app/revanced/extension/spotify/misc/UnlockPremiumPatch.java | 2 ++ 1 file changed, 2 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 35be583b7..3cbb55d5d 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 @@ -18,6 +18,8 @@ public final class UnlockPremiumPatch { "shuffle", false, // Allows playing any song on-demand, without a shuffled order. "on-demand", true, + // Make sure playing songs is not disabled remotely and playlists show up. + "streaming", true, // Allows adding songs to queue and removes the smart shuffle mode restriction, // allowing to pick any of the other modes. "pick-and-shuffle", false, From 398e63b47a21f3cb566721405ed07eb7c8213950 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 26 Mar 2025 13:54:23 +0000 Subject: [PATCH 2/2] chore: Release v5.16.1-dev.1 [skip ci] ## [5.16.1-dev.1](https://github.com/ReVanced/revanced-patches/compare/v5.16.0...v5.16.1-dev.1) (2025-03-26) ### Bug Fixes * **Spotify - Unlock Premium:** Override streaming attribute attempting to fix streaming issues ([06be36c](https://github.com/ReVanced/revanced-patches/commit/06be36cddf3430b4179dff696b3d15718cd6963b)) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b11a241d2..eba6c885f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.16.1-dev.1](https://github.com/ReVanced/revanced-patches/compare/v5.16.0...v5.16.1-dev.1) (2025-03-26) + + +### Bug Fixes + +* **Spotify - Unlock Premium:** Override streaming attribute attempting to fix streaming issues ([06be36c](https://github.com/ReVanced/revanced-patches/commit/06be36cddf3430b4179dff696b3d15718cd6963b)) + # [5.16.0](https://github.com/ReVanced/revanced-patches/compare/v5.15.0...v5.16.0) (2025-03-26) diff --git a/gradle.properties b/gradle.properties index dd4422b50..3779a603a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,4 +3,4 @@ org.gradle.jvmargs = -Xms512M -Xmx2048M org.gradle.parallel = true android.useAndroidX = true kotlin.code.style = official -version = 5.16.0 +version = 5.16.1-dev.1