Add in process-caching, example links

This commit is contained in:
Jonathan Cremin 2014-12-04 23:50:45 +00:00
parent a401a0a351
commit 69c60a078e
4 changed files with 19 additions and 4 deletions

View file

@ -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];