mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +00:00
library url changed
This commit is contained in:
parent
ffa98a1982
commit
f671607231
1 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,8 @@ const routesRegexp = {
|
|||
urlParamsNames: ['transportUrl', 'type', 'catalogId']
|
||||
},
|
||||
library: {
|
||||
regexp: /^\/library(?:\/([^/]*))?(?:\/([^/]*))?$/,
|
||||
urlParamsNames: ['type', 'sort']
|
||||
regexp: /^\/library(?:\/([^/]*))?$/,
|
||||
urlParamsNames: ['type']
|
||||
},
|
||||
search: {
|
||||
regexp: /^\/search$/,
|
||||
|
|
|
|||
Loading…
Reference in a new issue