Fix header link route

This commit is contained in:
jeffvli 2023-01-03 17:28:41 -08:00
parent 861fcec14f
commit 19eaf44394

View file

@ -44,7 +44,7 @@ export const AlbumDetailHeader = forwardRef(
ref={ref}
background={background}
imageUrl={detailQuery?.data?.imageUrl}
item={{ route: AppRoute.PLAYLISTS, type: LibraryItem.ALBUM }}
item={{ route: AppRoute.LIBRARY_ALBUMS, type: LibraryItem.ALBUM }}
title={detailQuery?.data?.name || ''}
>
<Stack mt="1rem">