mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 06:32:11 +00:00
discover regexp updated
This commit is contained in:
parent
e5b3db679b
commit
5f1f855ed4
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ const routesRegexp = {
|
|||
urlParamsNames: []
|
||||
},
|
||||
discover: {
|
||||
regexp: /^\/discover(?:\/([^\/]+?)\/([^\/]+?)\/([^\/]+?))?\/?$/i,
|
||||
regexp: /^\/discover\/(?:([^\/]*))\/(?:([^\/]*))\/(?:([^\/]*))\/?$/i,
|
||||
urlParamsNames: ['addonTransportUrl', 'type', 'catalogId']
|
||||
},
|
||||
library: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue