mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-14 00:40:25 +00:00
library regexp changed
This commit is contained in:
parent
5e24bae69c
commit
9cbe8ce127
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ const routesRegexp = {
|
|||
urlParamsNames: ['addonTransportUrl', 'type', 'catalogId']
|
||||
},
|
||||
library: {
|
||||
regexp: /^\/library(?:\/([^\/]*)\/?)?$/i,
|
||||
regexp: /^\/library(?:\/([^\/]*))?\/?$/i,
|
||||
urlParamsNames: ['type']
|
||||
},
|
||||
search: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue