Loading library...
{:else if error}{error}
{:else if artists.length === 0 && albums.length === 0}No music found in your music folder.
{:else}| Artist | Albums | Tracks | |
|---|---|---|---|
|
{#if artist.primaryCoverArt}
|
{artist.name} | {artist.albums.length} | {getTotalTracks(artist)} |
| Album | Artist | Year | Tracks | |
|---|---|---|---|---|
|
{#if album.coverArtPath}
|
{album.title} | {album.artist} | {album.year ?? '—'} | {album.trackCount} |