mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-22 01:43:29 +01:00
Fix bug where sonos app cannot navigate from track to artist when subsonic returns null artistId on song (#79)
This commit is contained in:
@@ -25,7 +25,7 @@ export type AuthFailure = {
|
||||
};
|
||||
|
||||
export type ArtistSummary = {
|
||||
id: string;
|
||||
id: string | undefined;
|
||||
name: string;
|
||||
image: BUrn | undefined;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user