Fix #46 add playlists and version to footer

This commit is contained in:
2025-07-10 13:38:41 +02:00
parent 7cdfa00af5
commit 44fc2bb621
11 changed files with 62 additions and 7 deletions

View File

@ -131,11 +131,10 @@
</picture>
<a href={song.pageUrl ?? song.postedUrl} target="_blank">
<div class="info">
<picture>
<picture class="cover">
{@html getSourceSetHtml(song)}
<img
src={song.thumbnailUrl}
class="cover"
alt="Cover for {song.artistName} - {song.title}"
loading="lazy"
width={song.thumbnailWidth}