Skip to content

Commit 7f68a45

Browse files
authored
Track album might be undefined (#54)
1 parent da37238 commit 7f68a45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ export type LastFMTrackGetInfoResponse = Readonly<{
880880
mbid: string;
881881
url: string;
882882
};
883-
album: {
883+
album?: {
884884
artist: string;
885885
title: string;
886886
mbid: string;

0 commit comments

Comments
 (0)