{{ error.value }}
{{ tracks[player.current]?.title }}
{{ tracks[player.current]?.artist }}
| {{ index + 1 }} | {{ track.title }} | {{ track.artist }} | {{ track.album?.title }} | {{ formatDuration(track.sources?.[0].duration ?? 0) }} |
| {{ index + 1 }} | {{ track.title }} | {{ track.artist }} | {{ track.album?.title }} | {{ formatDuration(track.sources?.[0].duration ?? 0) }} |