${index + 1}
${artUrl ? html`
` : nothing}
${trackLink(this.getDisplayTitle(track), track.album, track.releaseGroupMbid, track.recordingMbid, undefined, track.artist)}
${artistLink(track.artist, track.artistMbid) || 'Unknown Artist'}
`;
};
override render() {
const tracks = this.queue.tracks;
return html`
${tracks.length === 0
? html`
Queue is empty
Add tracks from your
library or drop them
here.
`
: html`
track.id}
.layout=${this.flowLayout}
>
`}