neu-cs4530 / fall23-team-project-group-707

covey-town-project-boeing-707 created by GitHub Classroom
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

fixed updating next song from queue to work with frontend #35

Closed VatsalMehta27 closed 9 months ago

VatsalMehta27 commented 9 months ago

Modified the frontend to use states so that the video player gets updated correctly when the next song in the queue plays. Also, moved the end song check from the handleCommand function to the updateModel function for the viewingArea, because of the way the frontend communicates with the backend.