From 1e6eb334088d6a2959a851ff14afa6b806c04264 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Fri, 13 Jan 2023 01:50:48 -0800 Subject: [PATCH] Link to album artist page instead of artist --- src/renderer/features/player/components/left-controls.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, }) : '' }