mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
Link to album artist page instead of artist
This commit is contained in:
@@ -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,
|
||||||
})
|
})
|
||||||
: ''
|
: ''
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user