mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-07-07 18:45:09 +00:00
Fixed a bug that prevented some songs from displaying correctly
This commit is contained in:
@@ -44,7 +44,7 @@ export class ChartSidebarComponent implements OnInit {
|
|||||||
const results = await this.electronService.invoke('song-details', result.id)
|
const results = await this.electronService.invoke('song-details', result.id)
|
||||||
this.charts = groupBy(results, 'chartID').sort((v1, v2) => v1[0].avTagName.length - v2[0].avTagName.length)
|
this.charts = groupBy(results, 'chartID').sort((v1, v2) => v1[0].avTagName.length - v2[0].avTagName.length)
|
||||||
this.sortCharts()
|
this.sortCharts()
|
||||||
await this.selectChart(0)
|
await this.selectChart(this.charts[0][0].chartID)
|
||||||
this.initChartDropdown()
|
this.initChartDropdown()
|
||||||
|
|
||||||
this.updateAlbumArtSrc(await albumArt)
|
this.updateAlbumArtSrc(await albumArt)
|
||||||
|
|||||||
Reference in New Issue
Block a user