]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-edit/video-import.component.ts
Fix fps federation
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-edit / video-import.component.ts
index b1e8e0205d5896df7a2f1322053557bcd07fced8..5f14efd547e75432ee0d73e2d9367928690c57d1 100644 (file)
@@ -145,8 +145,7 @@ export class VideoImportComponent extends FormReactive implements OnInit, CanCom
             this.loadingBar.complete()
             this.notificationsService.success(this.i18n('Success'), this.i18n('Video to import updated.'))
 
-            // TODO: route to imports list
-            // this.router.navigate([ '/videos/watch', this.video.uuid ])
+            this.router.navigate([ '/my-account', 'video-imports' ])
           },
 
           err => {