mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-30 00:03:45 +00:00
sort url param declared optional
This commit is contained in:
parent
7e1a467217
commit
b119d1b2d6
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ const routesRegexp = {
|
||||||
urlParamsNames: ['transportUrl', 'type', 'catalogId']
|
urlParamsNames: ['transportUrl', 'type', 'catalogId']
|
||||||
},
|
},
|
||||||
library: {
|
library: {
|
||||||
regexp: /^\/library(?:\/([^/]*)\/([^/]*))?$/,
|
regexp: /^\/library(?:\/([^/]*))?(?:\/([^/]*))?$/,
|
||||||
urlParamsNames: ['type', 'sort']
|
urlParamsNames: ['type', 'sort']
|
||||||
},
|
},
|
||||||
search: {
|
search: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue