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
At this point, if you tap a song it’ll just play it, which makes sense in most circumstances. But when there’s a queue, it’d be nice to ask for confirmation, as the play now action fully erases the queue - meaning an accidental tap could wipe your entire queue.
The way I see it, there are two logical ways to implement this:
when tapped, ask for confirmation or give the ability to cancel
same as above, but also give the options to queue as the next song or append it to the current queue in the same menu.
The text was updated successfully, but these errors were encountered:
At this point, if you tap a song it’ll just play it, which makes sense in most circumstances. But when there’s a queue, it’d be nice to ask for confirmation, as the play now action fully erases the queue - meaning an accidental tap could wipe your entire queue.
The way I see it, there are two logical ways to implement this:
The text was updated successfully, but these errors were encountered: