Add in process-caching, example links
This commit is contained in:
parent
a401a0a351
commit
69c60a078e
4 changed files with 19 additions and 4 deletions
|
@ -73,6 +73,7 @@ module.exports.search = function(data) {
|
|||
|
||||
if (!data[type + "s"].items[0]) {
|
||||
deferred.resolve({service:"spotify"});
|
||||
return;
|
||||
}
|
||||
|
||||
var item = data[type + "s"].items[0];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue