Replaced versionCount with chartCount

This commit is contained in:
Geomitron
2020-07-12 21:57:54 -04:00
parent 5498393919
commit 790a5fc0b3
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ export enum SearchType {
*/
export interface SongResult {
id: number
versionCount: number
chartCount: number
name: string
artist: string
album: string