Album: {{ selectedChart.chartAlbum }}
Genre: {{ selectedChart.chartGenre }}
Year: {{ selectedChart.chartYear }}
Charter: {{ selectedChart.charter }}
Audio Length: {{ songLength }}
@if (selectedChart.notesData.hasVocals) {
}
@for (instrument of instruments; track $index) {
}
}