1
0
Fork 0

Fix audio upload if not enabled by instance

This commit is contained in:
Chocobozzz 2021-12-01 13:59:05 +01:00
parent 1da843eeac
commit decbd0b63b
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View File

@ -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':