mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-04-29 22:24:27 +02:00
fix(Spotify - Unlock Premium): Override streaming attribute attempting to fix streaming issues
This commit is contained in:
parent
6a3d64a3ac
commit
06be36cddf
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user