mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 05:32:09 +00:00
detail url params added to regexp
This commit is contained in:
parent
2b07d6ec79
commit
911c62faf1
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ const routesRegexp = {
|
|||
library: compilePath('/library(?:/(:type|)(?:/(:sort|))?)?'),
|
||||
calendar: compilePath('/calendar'),
|
||||
search: compilePath('/search'),
|
||||
detail: compilePath('/detail'),
|
||||
detail: compilePath('/detail/:type/:id/:videoId'),
|
||||
addons: compilePath('/addons'),
|
||||
settings: compilePath('/settings'),
|
||||
player: compilePath('/player')
|
||||
|
|
|
|||
Loading…
Reference in a new issue