]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/app-routing.module.ts
Move engines outside package.json
[github/Chocobozzz/PeerTube.git] / client / src / app / app-routing.module.ts
index 7a55a7b8dc7b837a23ee062c09bba7e46c6c9884..3ea5b7e5e253e7de9a1b26771e94a132b0fbd125 100644 (file)
@@ -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