mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
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
Block a user