mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
Add view artist discography
This commit is contained in:
parent
67523f1e7b
commit
5614ad54f2
7 changed files with 338 additions and 155 deletions
|
|
@ -58,10 +58,6 @@ const AlbumArtistDetailTopSongsListRoute = lazy(
|
|||
() => import('../features/artists/routes/album-artist-detail-top-songs-list-route'),
|
||||
);
|
||||
|
||||
const AlbumArtistDetailDiscographyRoute = lazy(
|
||||
() => import('../features/artists/routes/album-artist-detail-discography-route'),
|
||||
);
|
||||
|
||||
const AlbumDetailRoute = lazy(
|
||||
() => import('/@/renderer/features/albums/routes/album-detail-route'),
|
||||
);
|
||||
|
|
@ -141,7 +137,7 @@ export const AppRouter = () => {
|
|||
element={<AlbumArtistDetailRoute />}
|
||||
/>
|
||||
<Route
|
||||
element={<AlbumArtistDetailDiscographyRoute />}
|
||||
element={<AlbumListRoute />}
|
||||
path={AppRoute.LIBRARY_ALBUM_ARTISTS_DETAIL_DISCOGRAPHY}
|
||||
/>
|
||||
<Route
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue