mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 14:52:13 +00:00
library url param changed
This commit is contained in:
parent
d317ef04d3
commit
62d51807ae
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ const routesRegexp = {
|
|||
},
|
||||
library: {
|
||||
regexp: /^\/library(?:\/([^\/]*?))?\/?$/i,
|
||||
urlParamsNames: ['sort']
|
||||
urlParamsNames: ['type']
|
||||
},
|
||||
search: {
|
||||
regexp: /^\/search\/?$/i,
|
||||
|
|
|
|||
Loading…
Reference in a new issue