fix(Spotify - Unlock Premium): Override streaming attribute attempting to fix streaming issues

This commit is contained in:
oSumAtrIX 2025-03-26 14:51:47 +01:00 committed by GitHub
parent 6a3d64a3ac
commit 06be36cddf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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