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.enableRetryAfterError = false
|
||||
this.error = ''
|
||||
this.isUploadingAudioFile = false
|
||||
break
|
||||
|
||||
case 'queue':
|
||||
|
|
Loading…
Reference in New Issue