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:
@@ -75,7 +75,7 @@ void WebInterface::skipVotedFromServer(User userRequestingToSkipCurrentTrack)
|
||||
triggerUpdate();
|
||||
}
|
||||
|
||||
void WebInterface::voteUpdateFromServer(User userVoting, bool forSkip)
|
||||
void WebInterface::skipVoteUpdateFromServer(User userVoting, bool forSkip)
|
||||
{
|
||||
priv_int->playerUI->tempText->setText(priv_int->playerUI->tempText->text()+"vote");
|
||||
triggerUpdate();
|
||||
|
||||
Reference in New Issue
Block a user