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

Move public pages to react-router

This commit is contained in:
Bill Thornton 2023-03-01 09:35:21 -05:00
parent 5cb92899e0
commit b3195991a3
6 changed files with 90 additions and 126 deletions

View file

@ -124,7 +124,7 @@ class AppRouter {
isBack: action === Action.Pop
});
} else {
console.info('[appRouter] "%s" route not found', normalizedPath, location);
// The route is not registered here, so it should be handled by react-router
this.currentRouteInfo = {
route: {},
path: normalizedPath + location.search