mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2025-05-12 05:35:38 +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,
|
"shuffle", false,
|
||||||
// Allows playing any song on-demand, without a shuffled order.
|
// Allows playing any song on-demand, without a shuffled order.
|
||||||
"on-demand", true,
|
"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,
|
// Allows adding songs to queue and removes the smart shuffle mode restriction,
|
||||||
// allowing to pick any of the other modes.
|
// allowing to pick any of the other modes.
|
||||||
"pick-and-shuffle", false,
|
"pick-and-shuffle", false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue