Update routes for bluebird

This commit is contained in:
Jonathan Cremin 2014-12-13 00:10:41 +00:00
parent 17de5e9b92
commit 99f0d1bef6
4 changed files with 10 additions and 9 deletions

View file

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