mirror of https://github.com/calzoneman/sync.git
Minor fix to last commit
This commit is contained in:
parent
0868ef647d
commit
d05fd3caa9
|
@ -1077,7 +1077,7 @@ Channel.prototype.enqueue = function(data, user, callback) {
|
|||
this.queueAdd(media, after);
|
||||
this.cacheMedia(media);
|
||||
if(data.type == "yp")
|
||||
after++;
|
||||
after = media.hash;
|
||||
if(callback)
|
||||
callback();
|
||||
}.bind(this));
|
||||
|
|
Loading…
Reference in New Issue