1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

revert asyncRoutes to legacyRoutes

This commit is contained in:
grafixeyehero 2023-04-10 22:58:14 +03:00
parent d9bcfe19aa
commit 6cb6e10083
27 changed files with 3647 additions and 6 deletions

View file

@ -1,8 +1,5 @@
import { AsyncRoute } from '.';
export const ASYNC_USER_ROUTES: AsyncRoute[] = [
{ path: 'search.html', page: 'search' },
{ path: 'userprofile.html', page: 'user/userprofile' },
{ path: 'home.html', page: 'home' },
{ path: 'movies.html', page: 'movies' }
{ path: 'search.html', page: 'search' }
];