mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-07-09 03:25:09 +00:00
Replaced versionCount with chartCount
This commit is contained in:
@@ -20,7 +20,7 @@ export enum SearchType {
|
||||
*/
|
||||
export interface SongResult {
|
||||
id: number
|
||||
versionCount: number
|
||||
chartCount: number
|
||||
name: string
|
||||
artist: string
|
||||
album: string
|
||||
|
||||
Reference in New Issue
Block a user