mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +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']
|
||||
},
|
||||
library: {
|
||||
regexp: /^\/library(?:\/([^/]*)\/([^/]*))?$/,
|
||||
regexp: /^\/library(?:\/([^/]*))?(?:\/([^/]*))?$/,
|
||||
urlParamsNames: ['type', 'sort']
|
||||
},
|
||||
search: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue