mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Fix normalized types
This commit is contained in:
@@ -167,7 +167,7 @@ export type Album = {
|
|||||||
} & { songs?: Song[] };
|
} & { songs?: Song[] };
|
||||||
|
|
||||||
export type Song = {
|
export type Song = {
|
||||||
album: string | undefined;
|
album: string | null;
|
||||||
albumArtists: RelatedArtist[];
|
albumArtists: RelatedArtist[];
|
||||||
albumId: string;
|
albumId: string;
|
||||||
artistName: string;
|
artistName: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user