Fix ustream causing a queue fail message

This commit is contained in:
Calvin Montgomery 2013-08-06 00:04:43 -04:00
parent e3f83f27ec
commit 06514cc7f4
1 changed files with 2 additions and 2 deletions

View File

@ -451,9 +451,9 @@ module.exports = function (Server) {
var title = "Ustream.tv - " + id;
var media = new Media(m[1], title, "--:--", "us");
callback(false, media);
}
} else {
callback(true, null);
}
});
},