Redo events so that the event can have needed info alongside it. Make sure when computer is picking tracks if no votes that it doesn't pick a song that just played if possible. Fix mislabeled method. Implement untest admin skip and vote code.
This commit is contained in:
@@ -35,7 +35,7 @@ public:
|
||||
void songChangedFromServer(AudioTrack nextTrack);
|
||||
void voteTracksUpdatedFromServer(std::list<AudioTrack> voteableTracks);
|
||||
void skipVotedFromServer(User userRequestingToSkipCurrentTrack);
|
||||
void voteUpdateFromServer(User userVoting, bool forSkip);
|
||||
void skipVoteUpdateFromServer(User userVoting, bool forSkip);
|
||||
void voteNextSongFromServer(User userVoting, AudioTrack trackVoted);
|
||||
void voteNextPollClosedFromServer();
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user