Update routes for bluebird
This commit is contained in:
parent
17de5e9b92
commit
99f0d1bef6
4 changed files with 10 additions and 9 deletions
|
@ -97,6 +97,9 @@ PlayMusic.prototype.init = function(config, next) {
|
|||
this._key = s1;
|
||||
|
||||
this._login(function(err, response) {
|
||||
if (err) {
|
||||
return next(err);
|
||||
}
|
||||
that._token = response.Auth;
|
||||
that._getXt(function(err, xt) {
|
||||
if (err) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue