mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
fix navigation to detail page on artist list
This commit is contained in:
parent
42bb2bf66f
commit
960bb5c660
1 changed files with 2 additions and 2 deletions
|
|
@ -388,8 +388,8 @@ export const useVirtualTable = <TFilter extends BaseQuery<any>>({
|
||||||
break;
|
break;
|
||||||
case LibraryItem.ARTIST:
|
case LibraryItem.ARTIST:
|
||||||
navigate(
|
navigate(
|
||||||
generatePath(AppRoute.LIBRARY_ALBUM_ARTISTS_DETAIL, {
|
generatePath(AppRoute.LIBRARY_ARTISTS_DETAIL, {
|
||||||
albumArtistId: e.data.id,
|
artistId: e.data.id,
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue