Open ddaws opened 10 years ago
Songs should be playable once added to the queue. This will require the TrackView class to contain the following methods :
TrackView
play()
pause()
The TrackView class should also fire an event to the QueueView once the track is complete. This way the queue may play the next song.
Songs should be playable once added to the queue. This will require the
TrackView
class to contain the following methods :play()
pause()
The
TrackView
class should also fire an event to the QueueView once the track is complete. This way the queue may play the next song.