Minor fix to last commit

This commit is contained in:
calzoneman 2013-06-27 18:17:05 -04:00
parent 0868ef647d
commit d05fd3caa9
1 changed files with 1 additions and 1 deletions

View File

@ -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));