mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add Homevideos View
This commit is contained in:
parent
ef6bbc8212
commit
fd420a457f
8 changed files with 112 additions and 1 deletions
|
@ -9,5 +9,7 @@ export const ASYNC_USER_ROUTES: AsyncRoute[] = [
|
|||
{ path: 'tv.html', page: 'shows', type: AsyncRouteType.Experimental },
|
||||
{ path: 'music.html', page: 'music', type: AsyncRouteType.Experimental },
|
||||
{ path: 'livetv.html', page: 'livetv', type: AsyncRouteType.Experimental },
|
||||
{ path: 'mypreferencesdisplay.html', page: 'user/display', type: AsyncRouteType.Experimental }
|
||||
{ path: 'mypreferencesdisplay.html', page: 'user/display', type: AsyncRouteType.Experimental },
|
||||
|
||||
{ path: 'homevideos.html', page: 'homevideos', type: AsyncRouteType.Experimental }
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue