swimmadude66 / YTRadio

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

When the same song plays twice the 2nd play doesn't work. #13

Closed Reanmachine closed 9 years ago

Reanmachine commented 9 years ago

Queue a song twice, once the song finishes the static embed is visible with the "Play Button" overlayed but nothing actually playing.

swimmadude66 commented 9 years ago

This should be invalid now, because you cannot add a duplicate song to the queue. However, just in case, I have made each play of a song unique, with a uuid, so there should be no more true duplicates in the logic.