From 37889943077509cd1a3901ff63640c0c7b51ffc3 Mon Sep 17 00:00:00 2001 From: chme Date: Fri, 3 Jun 2022 07:39:39 +0200 Subject: [PATCH] [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. --- web-src/src/components/ListAlbums.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web-src/src/components/ListAlbums.vue b/web-src/src/components/ListAlbums.vue index 5b76544c..ce1bd53a 100644 --- a/web-src/src/components/ListAlbums.vue +++ b/web-src/src/components/ListAlbums.vue @@ -14,7 +14,8 @@