add library filter, drop folders page

This commit is contained in:
2026-06-05 13:27:01 +03:00
parent cc01004b49
commit 0700226477
5 changed files with 36 additions and 144 deletions
-2
View File
@@ -33,7 +33,6 @@ const TOP_LEVEL_PATHS = new Set([
'/',
'/movies',
'/shows',
'/folders',
'/playlists',
'/music',
'/search',
@@ -45,7 +44,6 @@ function pageTitleFor(pathname: string): string {
if (pathname === '/') return 'Home'
if (pathname === '/movies') return 'Movies'
if (pathname === '/shows') return 'TV Shows'
if (pathname === '/folders') return 'Folders'
if (pathname === '/playlists') return 'Playlists'
if (pathname === '/music') return 'Music'
if (pathname === '/search') return 'Search'