Start reworking client UI

This commit is contained in:
calzoneman 2014-01-13 18:31:12 -06:00
parent 0a087c6507
commit 87f44b69e0
6 changed files with 86 additions and 113 deletions

View file

@ -1874,7 +1874,7 @@ Channel.prototype.handlePlayNext = function (user) {
}
this.logger.log("### " + user.name + " skipped the video");
this.playNext();
this.playlist.next();
};
/**