mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2025-05-11 05:05:45 +02:00
fix(Spotify - Unlock Premium): Override streaming attribute attempting to fix streaming issues
This commit is contained in:
parent
6a3d64a3ac
commit
06be36cddf
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue