mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 14:37:06 +01:00
Add albumCount and songCount to genre
This commit is contained in:
parent
5b616d5928
commit
6d5e10a31c
@ -129,8 +129,10 @@ export type AuthenticationResponse = {
|
||||
};
|
||||
|
||||
export type Genre = {
|
||||
albumCount?: number;
|
||||
id: string;
|
||||
name: string;
|
||||
songCount?: number;
|
||||
};
|
||||
|
||||
export type Album = {
|
||||
|
Loading…
Reference in New Issue
Block a user