X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fvideo-watch-routing.module.ts;h=bdd4f945e86798baab1434bcc0b6b8aa6386ebe9;hb=66dc59076413b9a4aa0899d3192b0bdf03ee654d;hp=97fa5c72512f58da12d247ccd87e840168312cc1;hpb=a685e25ca05f08ad1b3f7fbaccc8744727bd8d27;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/videos/+video-watch/video-watch-routing.module.ts b/client/src/app/videos/+video-watch/video-watch-routing.module.ts index 97fa5c725..bdd4f945e 100644 --- a/client/src/app/videos/+video-watch/video-watch-routing.module.ts +++ b/client/src/app/videos/+video-watch/video-watch-routing.module.ts @@ -9,7 +9,7 @@ const videoWatchRoutes: Routes = [ { path: '', component: VideoWatchComponent, - canActivateChild: [ MetaGuard ] + canActivate: [ MetaGuard ] } ]