diff --git a/src/common/routesRegexp.js b/src/common/routesRegexp.js index 6fde028a0..d2bf19114 100644 --- a/src/common/routesRegexp.js +++ b/src/common/routesRegexp.js @@ -32,8 +32,8 @@ const routesRegexp = { urlParamsNames: [] }, player: { - regexp: /^\/player\/([^/]*)\/([^/]*)\/([^/]*)\/([^/]*)$/, - urlParamsNames: ['type', 'id', 'videoId', 'stream'] + regexp: /^\/player\/([^/]*)\/([^/]*)\/([^/]*)\/([^/]*)\/([^/]*)$/, + urlParamsNames: ['transportUrl', 'type', 'id', 'videoId', 'stream'] } };