mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-30 07:56:02 -05:00
[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:
parent
9b78237f77
commit
3788994307
@ -14,7 +14,8 @@
|
|||||||
<img
|
<img
|
||||||
v-lazy="{
|
v-lazy="{
|
||||||
src: artwork_url_with_size(album.item.artwork_url),
|
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"
|
:album="album.item.name"
|
||||||
:artist="album.item.artist"
|
:artist="album.item.artist"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user