mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
fixes #605 - Add manual image selection for Series
This commit is contained in:
parent
d62fea9ccf
commit
92753817e3
@ -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…
Reference in New Issue
Block a user