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.
This commit is contained in:
2026-03-24 11:00:44 +01:00
parent 0f0a8d1c91
commit 83f814c729

View File

@@ -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)"
/>