mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 14:37:06 +01:00
Return similar artists on artist detail
This commit is contained in:
parent
8ce2a99d37
commit
3c691d23d9
@ -193,7 +193,10 @@ export const SubsonicController: ControllerEndpoint = {
|
||||
albums: artist.album.map((album) =>
|
||||
subsonicNormalize.album(album, apiClientProps.server),
|
||||
),
|
||||
artistInfo,
|
||||
similarArtists:
|
||||
artistInfo?.similarArtist?.map((artist) =>
|
||||
subsonicNormalize.albumArtist(artist, apiClientProps.server, 300),
|
||||
) || null,
|
||||
};
|
||||
},
|
||||
getAlbumArtistList: async (args) => {
|
||||
|
Loading…
Reference in New Issue
Block a user