From 0bd6d35f13184d8aff883121ea0e835ba6c91497 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 4 Mar 2021 09:04:10 +0100 Subject: Add watch redirection for playlists --- client/src/app/app-routing.module.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client') diff --git a/client/src/app/app-routing.module.ts b/client/src/app/app-routing.module.ts index 7a55a7b8d..3ea5b7e5e 100644 --- a/client/src/app/app-routing.module.ts +++ b/client/src/app/app-routing.module.ts @@ -61,6 +61,10 @@ const routes: Routes = [ path: 'remote-interaction', loadChildren: () => import('./+remote-interaction/remote-interaction.module').then(m => m.RemoteInteractionModule) }, + { + path: 'video-playlists/watch', + redirectTo: 'videos/watch/playlist' + }, { path: '', component: EmptyComponent // Avoid 404, app component will redirect dynamically -- cgit v1.2.3