aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/video-add.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/+video-edit/video-add.component.ts')
-rw-r--r--client/src/app/videos/+video-edit/video-add.component.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/videos/+video-edit/video-add.component.ts b/client/src/app/videos/+video-edit/video-add.component.ts
index c6f0525c3..3a9d932b8 100644
--- a/client/src/app/videos/+video-edit/video-add.component.ts
+++ b/client/src/app/videos/+video-edit/video-add.component.ts
@@ -206,6 +206,7 @@ export class VideoAddComponent extends FormReactive implements OnInit, OnDestroy
206 this.videoService.updateVideo(video) 206 this.videoService.updateVideo(video)
207 .subscribe( 207 .subscribe(
208 () => { 208 () => {
209 this.isUploadingVideo = false
209 this.notificationsService.success('Success', 'Video published.') 210 this.notificationsService.success('Success', 'Video published.')
210 this.router.navigate([ '/videos/watch', video.uuid ]) 211 this.router.navigate([ '/videos/watch', video.uuid ])
211 }, 212 },