Show "play next" option when song is already in queue#2327
Show "play next" option when song is already in queue#2327G1org1owo wants to merge 5 commits intoKRTirtho:masterfrom
Conversation
|
Actually just adding back the option wouldn't work that way. You also have to handle the case differently for tracks already in queue. |
After taking a quick look at the codebase, I assumed that by "the callback for playNext" you meant the switch case in I couldn't get flutter to build on windows so I'll try and build this tomorrow on my laptop, provided I can actually get around to downloading the sdk somewhat rapidly. I'll request a new review once I'm confident it doesn't just crash horribly. |
|
Asking a new review as this now builds and seems to work as intended. If I tried to manually update the |
Addresses #2325
Partially addresses #2088, #1721
Allows users to "Play next" a song which is already present in queue. This is currently not possible and makes the intended use flow quite confusing.
This is a quick fix adhering to the current system, but I believe the whole queue/play next system should be revised as suggested in #2217.