mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
Reuse song list for artist songs
This commit is contained in:
parent
784da2f8b9
commit
2e74f7533a
7 changed files with 160 additions and 97 deletions
|
|
@ -50,10 +50,6 @@ const AlbumArtistDetailRoute = lazy(
|
|||
() => import('/@/renderer/features/artists/routes/album-artist-detail-route'),
|
||||
);
|
||||
|
||||
const AlbumArtistDetailSongListRoute = lazy(
|
||||
() => import('../features/artists/routes/album-artist-detail-song-list-route'),
|
||||
);
|
||||
|
||||
const AlbumArtistDetailTopSongsListRoute = lazy(
|
||||
() => import('../features/artists/routes/album-artist-detail-top-songs-list-route'),
|
||||
);
|
||||
|
|
@ -141,7 +137,7 @@ export const AppRouter = () => {
|
|||
path={AppRoute.LIBRARY_ALBUM_ARTISTS_DETAIL_DISCOGRAPHY}
|
||||
/>
|
||||
<Route
|
||||
element={<AlbumArtistDetailSongListRoute />}
|
||||
element={<SongListRoute />}
|
||||
path={AppRoute.LIBRARY_ALBUM_ARTISTS_DETAIL_SONGS}
|
||||
/>
|
||||
<Route
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue