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