X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fapp-routing.module.ts;h=3ea5b7e5e253e7de9a1b26771e94a132b0fbd125;hb=d29ced1a8582d99b776f664475a157adcf555d98;hp=7a55a7b8dc7b837a23ee062c09bba7e46c6c9884;hpb=d43c6b1ffc5e6c895f9e9f9de6625f17a9755c20;p=github%2FChocobozzz%2FPeerTube.git 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