mirror of https://github.com/lidarr/Lidarr
Reset srcset on failed load.
This commit is contained in:
parent
90b5947a19
commit
4fc150f77b
|
@ -7,6 +7,7 @@ var placeholder = StatusModel.get('urlBase') + '/Content/Images/poster-dark.png'
|
|||
window.NzbDrone.imageError = function(img) {
|
||||
if (!img.src.contains(placeholder)) {
|
||||
img.src = placeholder;
|
||||
img.srcset = "";
|
||||
$(img).addClass('placeholder-image');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue