diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-26 11:20:46 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-26 11:20:46 +0100 |
commit | 66ee325f573feeb61bc6c945151bf64dec6b9698 (patch) | |
tree | 30bfd8a388632a37db22328d7c7bad63fa4f76e4 /client | |
parent | ce487e1e3b9ae46b4bea2297e13d6f8c5b3f8aeb (diff) | |
download | PeerTube-66ee325f573feeb61bc6c945151bf64dec6b9698.tar.gz PeerTube-66ee325f573feeb61bc6c945151bf64dec6b9698.tar.zst PeerTube-66ee325f573feeb61bc6c945151bf64dec6b9698.zip |
Only accept public comments
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/videos/+video-edit/video-add.component.ts | 1 |
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 | }, |