This commit is contained in:
tidusjar 2016-04-03 21:35:09 +01:00
commit acb39b56f8
13 changed files with 122 additions and 33 deletions

View file

@ -447,7 +447,7 @@ function albumLoad() {
if (results.length > 0) {
results.forEach(function (result) {
var context = buildRequestContext(result, "album");
var html = searchTemplate(context);
var html = albumTemplate(context);
$albumL.append(html);
});
}
@ -482,7 +482,7 @@ function buildRequestContext(result, type) {
adminNote: result.adminNotes,
imdb: result.imdbId,
seriesRequested: result.tvSeriesRequestType,
coverArtUrl: result.coverArtUrl,
artist:
};