mirror of https://github.com/calzoneman/sync.git
Fix ustream causing a queue fail message
This commit is contained in:
parent
e3f83f27ec
commit
06514cc7f4
|
@ -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);
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue