mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-24 08:32:10 +00:00
correct router paths
This commit is contained in:
parent
7a3f331865
commit
2cfdf95934
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ export const routerPaths = [
|
|||
element: <routes.Settings />,
|
||||
},
|
||||
{
|
||||
path: '/player/:stream?/:streamTransportUrl?/:metaTransportUrl?/:type?/:id?/:videoId?',
|
||||
path: '/player/:stream/:streamTransportUrl?/:metaTransportUrl?/:type?/:id?/:videoId?',
|
||||
view: 4,
|
||||
element: <routes.Player />,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue