Centralized the play/stop events from playqueue

This commit is contained in:
emeric
2018-09-13 13:21:20 +02:00
parent 5e3cfffa92
commit 7264cdc364
14 changed files with 85 additions and 85 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ class PlayQueue : public Wt::WTemplate
Wt::Signal<Database::IdType /*trackId*/, bool /*play*/> loadTrack;
// Signal emitted when play has to be stopped
Wt::Signal<> playbackStop;
Wt::Signal<> trackUnload;
private:
Database::TrackList::pointer getTrackList();