Fix video deletes
This commit is contained in:
parent
8c80088192
commit
b70526db4d
2 changed files with 1 additions and 2 deletions
|
|
@ -264,7 +264,6 @@ User.prototype.initCallbacks = function () {
|
|||
});
|
||||
|
||||
self.socket.on("delete", function (data) {
|
||||
data = (typeof data !== "object") ? {} : data;
|
||||
if (self.inChannel()) {
|
||||
self.channel.tryDequeue(self, data);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue