mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-06 20:10:12 +02:00
Add albumCount and songCount to genre
This commit is contained in:
@@ -129,8 +129,10 @@ export type AuthenticationResponse = {
|
||||
};
|
||||
|
||||
export type Genre = {
|
||||
albumCount?: number;
|
||||
id: string;
|
||||
name: string;
|
||||
songCount?: number;
|
||||
};
|
||||
|
||||
export type Album = {
|
||||
|
||||
Reference in New Issue
Block a user