Link to album artist page instead of artist
This commit is contained in:
parent
51e20a81b7
commit
1e6eb33408
1 changed files with 2 additions and 2 deletions
|
@ -170,8 +170,8 @@ export const LeftControls = () => {
|
|||
size="xs"
|
||||
to={
|
||||
artist.id
|
||||
? generatePath(AppRoute.LIBRARY_ARTISTS_DETAIL, {
|
||||
artistId: artist.id,
|
||||
? generatePath(AppRoute.LIBRARY_ALBUM_ARTISTS_DETAIL, {
|
||||
albumArtistId: artist.id,
|
||||
})
|
||||
: ''
|
||||
}
|
||||
|
|
Reference in a new issue