Fix audio upload if not enabled by instance
This commit is contained in:
parent
1da843eeac
commit
decbd0b63b
|
@ -161,6 +161,7 @@ export class VideoUploadComponent extends VideoSend implements OnInit, OnDestroy
|
||||||
this.firstStepError.emit()
|
this.firstStepError.emit()
|
||||||
this.enableRetryAfterError = false
|
this.enableRetryAfterError = false
|
||||||
this.error = ''
|
this.error = ''
|
||||||
|
this.isUploadingAudioFile = false
|
||||||
break
|
break
|
||||||
|
|
||||||
case 'queue':
|
case 'queue':
|
||||||
|
|
Loading…
Reference in New Issue