detail url params added to regexp

This commit is contained in:
NikolaBorislavovHristov 2019-08-26 19:47:12 +03:00
parent 2b07d6ec79
commit 911c62faf1

View file

@ -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')