Link to album artist page instead of artist

This commit is contained in:
jeffvli 2023-01-13 01:50:48 -08:00
parent 51e20a81b7
commit 1e6eb33408

View file

@ -170,8 +170,8 @@ export const LeftControls = () => {
size="xs" size="xs"
to={ to={
artist.id artist.id
? generatePath(AppRoute.LIBRARY_ARTISTS_DETAIL, { ? generatePath(AppRoute.LIBRARY_ALBUM_ARTISTS_DETAIL, {
artistId: artist.id, albumArtistId: artist.id,
}) })
: '' : ''
} }