diff --git a/frontend/js/src/common/listens/CoverArtWithFallback.tsx b/frontend/js/src/common/listens/CoverArtWithFallback.tsx index e3c832ba68..a97bdb6ec9 100644 --- a/frontend/js/src/common/listens/CoverArtWithFallback.tsx +++ b/frontend/js/src/common/listens/CoverArtWithFallback.tsx @@ -33,6 +33,7 @@ export default function CoverArtWithFallback({ onError={(err) => { setError(true); }} + loading="lazy" /> ); }