Added version count indicator

This commit is contained in:
Geomitron
2020-05-28 17:53:52 -04:00
parent 5591ece7bc
commit 19faaffb27
3 changed files with 9 additions and 1 deletions

View File

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