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:
parent
5cb92899e0
commit
b3195991a3
6 changed files with 90 additions and 126 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue