swimmadude66 / YTRadio

Very simple distributed YouTube viewer with the idea of synchronized music listening
MIT License
10 stars 10 forks source link

Queue Issues #31

Closed Reanmachine closed 9 years ago

Reanmachine commented 9 years ago

If I'm in queue but not playing, and i change the top song of my playlist my next playing song does not update. Additionally when the other song finishes the top item of my queue gets pushed to the bottom.

  1. Set up Playlist with songs A, B, C
  2. Join the queue behind someone else playing
  3. Note that song A is listed as your queued song
  4. Move song B to the top

Expected:

Queued song changes to B, B is played, B moves to the bottom of the playlist when it is done.

Actual:

Queued song stays as A, A is played, B moves to the bottom of the playlist when it's done.

swimmadude66 commented 9 years ago

Not a bug, but rather a different approach to queuing. There has been a hot debate on what the approach should be on Issue #20

Closed as Duplicate of #20