mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-28 23:16:01 -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
|
||||
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user