Merge pull request #3147 from jellyfin/fix-genre-image

Fix re-emptying image
This commit is contained in:
Bill Thornton
2021-11-09 16:51:42 -05:00
committed by GitHub
+3
View File
@@ -109,6 +109,9 @@ import './style.scss';
}
function emptyImageElement(elem) {
// block repeated call - requestAnimationFrame twice for one image
if (elem.getAttribute('data-src')) return;
let url;
if (elem.tagName !== 'IMG') {