From c04b288737460de8930e090739cb47e3590e34a4 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Mon, 4 May 2026 06:59:05 -0400 Subject: [PATCH] feat(web/m7-365): add History entry to Library nav --- web/src/lib/components/Shell.svelte | 1 + 1 file changed, 1 insertion(+) 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' } ];