mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
addons url changed
This commit is contained in:
parent
ef98e252b6
commit
1c48552f3a
1 changed files with 2 additions and 2 deletions
|
|
@ -24,8 +24,8 @@ const routesRegexp = {
|
|||
urlParamsNames: ['type', 'id', 'videoId']
|
||||
},
|
||||
addons: {
|
||||
regexp: /^\/addons(?:\/([^\/]*)\/([^\/]*))?$/,
|
||||
urlParamsNames: ['category', 'type']
|
||||
regexp: /^\/addons(?:\/([^\/]*)\/([^\/]*)\/([^\/]*))?$/,
|
||||
urlParamsNames: ['addonTransportUrl', 'catalogId', 'type']
|
||||
},
|
||||
settings: {
|
||||
regexp: /^\/settings$/,
|
||||
|
|
|
|||
Loading…
Reference in a new issue