mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 13:00:25 +02:00
Add view artist discography
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user