diff options
author | Chocobozzz <me@florianbigard.com> | 2018-07-16 14:38:11 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-07-16 14:38:11 +0200 |
commit | 337ba64efc5a54e83884f33a91de4012ed9b7d11 (patch) | |
tree | 8d515d7ebf4be6ca1d6d69ef16fb91cc7e4fb19b /client | |
parent | f4001cf408a99049d01a356bfb20a62342de06ea (diff) | |
download | PeerTube-337ba64efc5a54e83884f33a91de4012ed9b7d11.tar.gz PeerTube-337ba64efc5a54e83884f33a91de4012ed9b7d11.tar.zst PeerTube-337ba64efc5a54e83884f33a91de4012ed9b7d11.zip |
Parse log script parse the last updated log
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/videos/+video-edit/shared/video-caption-add-modal.component.ts | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/client/src/app/videos/+video-edit/shared/video-caption-add-modal.component.ts b/client/src/app/videos/+video-edit/shared/video-caption-add-modal.component.ts index 5498dac22..d084a4908 100644 --- a/client/src/app/videos/+video-edit/shared/video-caption-add-modal.component.ts +++ b/client/src/app/videos/+video-edit/shared/video-caption-add-modal.component.ts | |||
@@ -76,13 +76,8 @@ export class VideoCaptionAddModalComponent extends FormReactive implements OnIni | |||
76 | 76 | ||
77 | this.captionAdded.emit({ | 77 | this.captionAdded.emit({ |
78 | language: languageObject, | 78 | language: languageObject, |
79 | captionfile: this.form.value['captionfile'] | 79 | captionfile: this.form.value[ 'captionfile' ] |
80 | }) | 80 | }) |
81 | // | ||
82 | // this.form.patchValue({ | ||
83 | // language: null, | ||
84 | // captionfile: null | ||
85 | // }) | ||
86 | 81 | ||
87 | this.form.reset() | 82 | this.form.reset() |
88 | } | 83 | } |