feat(web/m7-365): add History entry to Library nav

This commit is contained in:
2026-05-04 06:59:05 -04:00
parent cd0b9c97e1
commit c04b288737
+1
View File
@@ -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' }
];