polifonia-project / sonar2021_demo

This repository is created for the documentation of the Polifonia demo that is going to be presented to SONAR2021
https://polifonia-project.github.io/sonar2021_demo/
2 stars 0 forks source link

UI: Song does not start from the beginning when moving to next song in the queue which is the same as current song. #44

Closed JaseMK closed 2 years ago

JaseMK commented 2 years ago

If the same song is in the playlist/queue twice in succession, moving forwards in the queue does not cause the song to start again because the YouTube ID does not change and so it doesn't trigger a YouTubePlayer state change.

JaseMK commented 2 years ago

Fixed in feature/import-real-data branch, will move to live site once this branch is merged back onto 'develop'.