player url params changed

This commit is contained in:
NikolaBorislavovHristov 2019-12-27 16:51:44 +02:00
parent 02c20be5e9
commit 0baf3d21cc

View file

@ -32,8 +32,8 @@ const routesRegexp = {
urlParamsNames: []
},
player: {
regexp: /^\/player\/([^/]*)\/([^/]*)\/([^/]*)\/([^/]*)$/,
urlParamsNames: ['type', 'id', 'videoId', 'stream']
regexp: /^\/player\/([^/]*)\/([^/]*)\/([^/]*)\/([^/]*)\/([^/]*)$/,
urlParamsNames: ['transportUrl', 'type', 'id', 'videoId', 'stream']
}
};