mirror of https://github.com/calzoneman/sync.git
Fix #98
This commit is contained in:
parent
d102ca8815
commit
05d6d5b120
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue