Fix header link route
This commit is contained in:
parent
861fcec14f
commit
19eaf44394
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ export const AlbumDetailHeader = forwardRef(
|
||||||
ref={ref}
|
ref={ref}
|
||||||
background={background}
|
background={background}
|
||||||
imageUrl={detailQuery?.data?.imageUrl}
|
imageUrl={detailQuery?.data?.imageUrl}
|
||||||
item={{ route: AppRoute.PLAYLISTS, type: LibraryItem.ALBUM }}
|
item={{ route: AppRoute.LIBRARY_ALBUMS, type: LibraryItem.ALBUM }}
|
||||||
title={detailQuery?.data?.name || ''}
|
title={detailQuery?.data?.name || ''}
|
||||||
>
|
>
|
||||||
<Stack mt="1rem">
|
<Stack mt="1rem">
|
||||||
|
|
Reference in a new issue