From f26cadc12e9b6b8bd67f1a3a8c780446b9498804 Mon Sep 17 00:00:00 2001 From: Laptop Date: Fri, 14 Feb 2025 08:52:29 +0200 Subject: [PATCH] fetchpriority low for some images --- templates/playlist.templ | 4 ++-- templates/track.templ | 6 +++--- templates/user.templ | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/playlist.templ b/templates/playlist.templ index 3fbb3c6..846b4dd 100644 --- a/templates/playlist.templ +++ b/templates/playlist.templ @@ -23,9 +23,9 @@ func playlist(t sc.Track, p sc.Playlist) string { templ PlaylistItem(playlist *sc.Playlist, showUsername bool) { if playlist.Artwork != "" { - + } else { - + }

{ playlist.Title }

diff --git a/templates/track.templ b/templates/track.templ index 41d3f9f..e13fb25 100644 --- a/templates/track.templ +++ b/templates/track.templ @@ -131,9 +131,9 @@ templ TrackItem(track *sc.Track, showUsername bool, overrideHref string) { }}
if track.Artwork != "" { - + } else { - + }