[web] Delay loading of album artwork in lists

Avoids fetching artwork that is only visible for a very short time while fast scrolling through the list.
This commit is contained in:
chme 2022-06-03 07:39:39 +02:00
parent 9b78237f77
commit 3788994307

View File

@ -14,7 +14,8 @@
<img
v-lazy="{
src: artwork_url_with_size(album.item.artwork_url),
lifecycle: artwork_options.lazy_lifecycle
lifecycle: artwork_options.lazy_lifecycle,
delay: 500
}"
:album="album.item.name"
:artist="album.item.artist"