This commit is contained in:
calzoneman 2013-05-06 21:09:33 -05:00
parent d102ca8815
commit 05d6d5b120
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ Channel.prototype.sendPlaylist = function(user) {
Channel.prototype.sendMediaUpdate = function(user) {
if(this.media != null) {
user.socket.emit("mediaUpdate", this.media.fullupdate());
user.socket.emit("changeMedia", this.media.fullupdate());
}
}