Made the player work, first WIP version

This commit is contained in:
emeric
2018-03-21 22:26:57 +01:00
parent d87731c09e
commit 4683a9ef1e
21 changed files with 200 additions and 362 deletions
+3
View File
@@ -47,6 +47,9 @@ class PlayQueue : public Wt::WContainerWidget
// Signal emitted when a track is to be played
Wt::Signal<Database::Track::id_type> playTrack;
// Signal emitted when play has to be stopped
Wt::Signal<void> playbackStop;
private:
void addSome();
void updateInfo();