diff options
author | Chocobozzz <me@florianbigard.com> | 2021-12-01 13:59:05 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-12-01 13:59:05 +0100 |
commit | decbd0b63bf14b55c265b0faee18521e4b0e1e76 (patch) | |
tree | 25a50b8e0183f325df6eb08ddfe1c102b1dfd3d8 /client/src/app | |
parent | 1da843eeac58ccad4fd5bc68606551004d7dbb7a (diff) | |
download | PeerTube-decbd0b63bf14b55c265b0faee18521e4b0e1e76.tar.gz PeerTube-decbd0b63bf14b55c265b0faee18521e4b0e1e76.tar.zst PeerTube-decbd0b63bf14b55c265b0faee18521e4b0e1e76.zip |
Fix audio upload if not enabled by instance
Diffstat (limited to 'client/src/app')
-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': |