diff --git a/web/src/lib/components/Shell.svelte b/web/src/lib/components/Shell.svelte index 2a05dc4c..4e29359a 100644 --- a/web/src/lib/components/Shell.svelte +++ b/web/src/lib/components/Shell.svelte @@ -49,6 +49,7 @@ { href: '/library/artists', label: 'Artists' }, { href: '/library/albums', label: 'Albums' }, { href: '/library/liked', label: 'Liked' }, + { href: '/library/history', label: 'History' }, { href: '/discover', label: 'Discover' }, { href: '/playlists', label: 'Playlists' } ];