Add initial album artist detail route

This commit is contained in:
jeffvli 2023-01-12 18:43:25 -08:00
parent 55e2a9bf37
commit 9b8bcb05bd
21 changed files with 1000 additions and 27 deletions

View file

@ -234,9 +234,9 @@ export const Sidebar = () => {
Tracks
</Group>
</SidebarItem>
<SidebarItem to={AppRoute.LIBRARY_ALBUMARTISTS}>
<SidebarItem to={AppRoute.LIBRARY_ALBUM_ARTISTS}>
<Group>
{location.pathname === AppRoute.LIBRARY_ALBUMARTISTS ? (
{location.pathname === AppRoute.LIBRARY_ALBUM_ARTISTS ? (
<RiUserVoiceFill size="1.1em" />
) : (
<RiUserVoiceLine size="1.1em" />