From 83f814c729fe098a497999ba6623b60e685fafcc Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Tue, 24 Mar 2026 11:00:44 +0100 Subject: [PATCH] Remove lazy loading attribute from cover image Removed the 'loading="lazy"' attribute from the album art image to ensure immediate loading for better UX in server drawer. --- pmoapp/webapp/src/components/unified/ServerDrawer.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/pmoapp/webapp/src/components/unified/ServerDrawer.vue b/pmoapp/webapp/src/components/unified/ServerDrawer.vue index c12c918c..676ac37d 100644 --- a/pmoapp/webapp/src/components/unified/ServerDrawer.vue +++ b/pmoapp/webapp/src/components/unified/ServerDrawer.vue @@ -502,7 +502,6 @@ function handleSettingsClick() { :src="item.album_art_uri" :alt="item.title" class="cover-image" - loading="lazy" @load="handleImageLoad(item.id)" @error="handleImageError(item.id)" />