mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 03:32:06 +00:00
Minor fix to last commit
This commit is contained in:
parent
0868ef647d
commit
d05fd3caa9
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue