Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue when adding song to play next #387

Open
sn0am opened this issue Jul 2, 2024 · 1 comment
Open

Issue when adding song to play next #387

sn0am opened this issue Jul 2, 2024 · 1 comment

Comments

@sn0am
Copy link

sn0am commented Jul 2, 2024

When a song is already in the queue, regardless of its position in the queue, doing "Play Next" on the song through the library gives an error stating "Add to playlist failed. Song is already within the playlist".

In such a case, the song needs to be removed from the queue entirely and then "Play Next" needs to be clicked so it can be added to the queue to be played next.

It would make more sense to have the song moved within the queue to the next song when "Play Next" is pressed from within the library, rather than attempting to add the song again to the library. Or maybe existing instance can be deleted from the queue and new instance could be added as the next song in the queue.

@aidewoode
Copy link
Member

You are right, it's more sense than just show an error message. And for the 'Play Last', it should also have the same behavior. But right now you can also move any songs in the playing queue to reorder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants