Fix double lookup rdio bug
This commit is contained in:
parent
740b125a45
commit
ee69decc46
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ module.exports.search = function(data) {
|
|||
}).shift();
|
||||
|
||||
if (!result) {
|
||||
var matches = album.match(/^[^\(\[]+/);
|
||||
var matches = albumClean.match(/^[^\(\[]+/);
|
||||
if (matches[0]) {
|
||||
var cleanedData = JSON.parse(JSON.stringify(data));
|
||||
if (type == "album") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue