mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #605 - Add manual image selection for Series
This commit is contained in:
parent
d62fea9ccf
commit
92753817e3
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@
|
|||
}
|
||||
|
||||
var displayUrl = image.ThumbnailUrl || image.Url;
|
||||
|
||||
html += '<a target="_blank" href="' + image.Url + '" class="' + cssClass + '" style="background-image:url(\'' + displayUrl + '\');">';
|
||||
html += '</a>';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue