add folders page, hevc 4k support
This commit is contained in:
@@ -33,6 +33,7 @@ const TOP_LEVEL_PATHS = new Set([
|
||||
'/',
|
||||
'/movies',
|
||||
'/shows',
|
||||
'/folders',
|
||||
'/playlists',
|
||||
'/music',
|
||||
'/search',
|
||||
@@ -44,6 +45,7 @@ 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'
|
||||
|
||||
Reference in New Issue
Block a user