mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 19:02:15 +00:00
handle /detail as /metadetails page
This commit is contained in:
parent
852a6fc80f
commit
3c529e3366
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ const routesRegexp = {
|
|||
urlParamsNames: []
|
||||
},
|
||||
metadetails: {
|
||||
regexp: /^\/metadetails\/([^/]*)\/([^/]*)(?:\/([^/]*))?$/,
|
||||
regexp: /^\/(?:metadetails|detail)\/([^/]*)\/([^/]*)(?:\/([^/]*))?$/,
|
||||
urlParamsNames: ['type', 'id', 'videoId']
|
||||
},
|
||||
addons: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue