mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
discover/library paths fixed
This commit is contained in:
parent
52677e66dc
commit
2006b33e6c
1 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@ const compilePath = (path, options) => {
|
|||
const routesRegexp = {
|
||||
intro: compilePath('/intro'),
|
||||
board: compilePath('/'),
|
||||
discover: compilePath('/discover/(:type?)/(:catalog?)/(:category?)'),
|
||||
library: compilePath('/library/(:type?)/(:sort?)'),
|
||||
discover: compilePath('/discover(?:/(:type|)(?:/(:catalog|)(?:/(:category|))?)?)?'),
|
||||
library: compilePath('/library(?:/(:type|)(?:/(:sort|))?)?'),
|
||||
calendar: compilePath('/calendar'),
|
||||
search: compilePath('/search'),
|
||||
detail: compilePath('/detail'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue