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