]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/videos-routing.module.ts
Update iso639 translations for french and deutch
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / videos-routing.module.ts
index 572f33d5e04577817bb01b15ec5d215836811d66..da786c0f98a1c2fe6ff211c7b6717691c816ee97 100644 (file)
@@ -1,5 +1,5 @@
 import { NgModule } from '@angular/core'
-import { RouterModule, Routes } from '@angular/router'
+import { RouterModule, Routes, UrlSegment } from '@angular/router'
 import { VideoLocalComponent } from '@app/videos/video-list/video-local.component'
 import { MetaGuard } from '@ngx-meta/core'
 import { VideoSearchComponent } from './video-list'
@@ -73,8 +73,7 @@ const videosRoutes: Routes = [
         }
       },
       {
-        path: ':uuid',
-        pathMatch: 'full',
+        path: 'watch/:uuid/comments/:commentId',
         redirectTo: 'watch/:uuid'
       },
       {