mirror of https://github.com/calzoneman/sync.git
quickfix
This commit is contained in:
parent
523bdfe065
commit
817c7ad4ba
|
@ -448,7 +448,7 @@ var Getters = {
|
||||||
var media = new Media(id, title, seconds, "dm");
|
var media = new Media(id, title, seconds, "dm");
|
||||||
callback(false, media);
|
callback(false, media);
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
callback(err, null);
|
callback(e, null);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue