mirror of https://github.com/calzoneman/sync.git
Fix video deletes
This commit is contained in:
parent
8c80088192
commit
b70526db4d
|
@ -1,5 +1,5 @@
|
|||
Sat Oct 12 19:43 2013 CDT
|
||||
* lib/user.js: Fix jumpTo kick bug
|
||||
* lib/user.js: Fix jumpTo kick bug (and delete)
|
||||
* lib/api.js: Fix unloaded channel API listing bug
|
||||
|
||||
Sat Oct 12 19:02 2013 CDT
|
||||
|
|
|
@ -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…
Reference in New Issue