Only push album cover if more than one tracks are being shown for an album.

This commit is contained in:
jcass 2016-02-21 20:14:39 +02:00
parent 5290f81d8c
commit 7d680fe252

View File

@ -343,10 +343,10 @@ function resultsToTables(results, target, uri) {
}
newalbum = [];
newtlids = [];
} //newalbum length
if (results[i].album) {
coversList.push([results[i].uri, i]);
}
} //newalbum length
} //albums name
}
}