You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove donation buttons for Google Play build
app was REJECTED for violating google play store guidelines...!
Apparently we need to kill the patreon/donation links
Use native queue
this should fix issues on devices that insist on adding next/prev
buttons
I think it'll also help pre-stream future tracks
it also makes for a nicer notification experience
BUT it may be a bit more buggy. we'll seeeeeee
I did have to nix a couple autoplay-related settings. "autoplay only
downloaded tracks" may be possible -- best way to do it is just to only
enqueue contiguous downloaded tracks -- but I don't think it's really
worth (what if the current track isn't downloaded? what if the user
wants to skip to the next track?). we could also just stop playback if
it autoplays to a non-downloaded track, but that has its own issues (and
the audio player may pre-buffer anyway)