Improve youtube matching, fix google service name

This commit is contained in:
Jonathan Cremin 2015-01-12 22:06:06 +00:00
parent e97db5b9e2
commit a2f95a98b2
2 changed files with 3 additions and 4 deletions

View file

@ -122,7 +122,7 @@ module.exports.search = function(data) {
}
return module.exports.search(cleanedData);
} else {
return {service: "googleplaymusic"};
return {service: "google"};
}
}
var result = result.entries.filter(function(result) {