From f0a3988066f72a28bb44520af072f18d91d77dde Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 7 Mar 2019 17:06:00 +0100 Subject: Add to playlist dropdown --- client/src/app/videos/videos-routing.module.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'client/src/app/videos/videos-routing.module.ts') diff --git a/client/src/app/videos/videos-routing.module.ts b/client/src/app/videos/videos-routing.module.ts index 58988ffd1..69a9232ce 100644 --- a/client/src/app/videos/videos-routing.module.ts +++ b/client/src/app/videos/videos-routing.module.ts @@ -78,11 +78,7 @@ const videosRoutes: Routes = [ } }, { - path: 'watch/:uuid/comments/:commentId', - redirectTo: 'watch/:uuid' - }, - { - path: 'watch/:uuid', + path: 'watch', loadChildren: 'app/videos/+video-watch/video-watch.module#VideoWatchModule', data: { preload: 3000 -- cgit v1.2.3