From 2cfdf95934a355eeaa8660dc874180ed2bb2939d Mon Sep 17 00:00:00 2001 From: "Timothy Z." Date: Fri, 22 May 2026 23:34:20 +0300 Subject: [PATCH] correct router paths --- src/common/routerPaths.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/routerPaths.tsx b/src/common/routerPaths.tsx index d877b98c1..20f0ac686 100644 --- a/src/common/routerPaths.tsx +++ b/src/common/routerPaths.tsx @@ -55,7 +55,7 @@ export const routerPaths = [ element: , }, { - path: '/player/:stream?/:streamTransportUrl?/:metaTransportUrl?/:type?/:id?/:videoId?', + path: '/player/:stream/:streamTransportUrl?/:metaTransportUrl?/:type?/:id?/:videoId?', view: 4, element: , },