diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts b/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts index 7a7a898a1..76205db44 100644 --- a/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts +++ b/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts | |||
@@ -161,6 +161,7 @@ export class VideoUploadComponent extends VideoSend implements OnInit, OnDestroy | |||
161 | this.firstStepError.emit() | 161 | this.firstStepError.emit() |
162 | this.enableRetryAfterError = false | 162 | this.enableRetryAfterError = false |
163 | this.error = '' | 163 | this.error = '' |
164 | this.isUploadingAudioFile = false | ||
164 | break | 165 | break |
165 | 166 | ||
166 | case 'queue': | 167 | case 'queue': |