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

@@ -33,6 +33,8 @@ export interface VersionResult {
songDataIncorrect: boolean
year: string
chartMetadata: ChartMetadata
isRemoved: boolean
album: string
}
export interface DriveChart {