Fixed album display for songs on multiple albums

This commit is contained in:
Geomitron
2020-07-12 20:59:02 -04:00
parent f88f4ff859
commit 5498393919
4 changed files with 5 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ import { DomSanitizer, SafeUrl } from '@angular/platform-browser'
})
export class ChartSidebarComponent implements OnInit {
private songResult: SongResult
songResult: SongResult
selectedVersion: VersionResult
charts: VersionResult[][]