diff --git a/src/renderer/features/player/components/left-controls.tsx b/src/renderer/features/player/components/left-controls.tsx index ab652d37..ba0d9f78 100644 --- a/src/renderer/features/player/components/left-controls.tsx +++ b/src/renderer/features/player/components/left-controls.tsx @@ -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, }) : '' }