mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
work for #32
This commit is contained in:
parent
8bd0464bef
commit
acb39b56f8
13 changed files with 122 additions and 33 deletions
|
@ -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:
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue