Add untested play/pause event code and change web interface to know which happened.
This commit is contained in:
@@ -31,7 +31,7 @@ public:
|
||||
WebInterface(const Wt::WEnvironment& env);
|
||||
~WebInterface();
|
||||
void loginCompleted();
|
||||
void playPauseActionFromServer(User userPausing);
|
||||
void playPauseActionFromServer(User userPausing, bool pause);
|
||||
void songChangedFromServer(AudioTrack nextTrack);
|
||||
void voteTracksUpdatedFromServer(std::list<AudioTrack> voteableTracks);
|
||||
void skipVotedFromServer(User userRequestingToSkipCurrentTrack);
|
||||
|
||||
Reference in New Issue
Block a user