You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add songs to a playlist and have the song have the next song in the queue play back with lyrics. When implementing this consider porting code over to Backbone.js or Angular.js.
The text was updated successfully, but these errors were encountered:
We have backbone now. To implement this we would need to create:
Backbone Song model
Backbone Playlist collection (a List of Songs)
Backbone Playlist view (The view should use backbone this.listenTo(model, event, callback) to rerender the playlist when a new song is added to the playlist.)
Add songs to a playlist and have the song have the next song in the queue play back with lyrics. When implementing this consider porting code over to Backbone.js or Angular.js.
The text was updated successfully, but these errors were encountered: