mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-17 17:04:16 +02:00
reimplement genre detail route
This commit is contained in:
@@ -12,7 +12,7 @@ export const getTitlePath = (itemType: LibraryItem, id: string) => {
|
||||
case LibraryItem.ARTIST:
|
||||
return generatePath(AppRoute.LIBRARY_ARTISTS_DETAIL, { artistId: id });
|
||||
case LibraryItem.GENRE:
|
||||
return generatePath(AppRoute.LIBRARY_GENRES_ALBUMS, { genreId: id });
|
||||
return generatePath(AppRoute.LIBRARY_GENRES_DETAIL, { genreId: id });
|
||||
case LibraryItem.PLAYLIST:
|
||||
return generatePath(AppRoute.PLAYLISTS_DETAIL_SONGS, { playlistId: id });
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user