aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+accounts/accounts.component.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-01-24 15:23:06 +0100
committerChocobozzz <me@florianbigard.com>2019-01-24 15:23:06 +0100
commit307902e2b3248073aeb677e420aafd8b5e041117 (patch)
tree58076eec0c4668b299a1ecb0c5497cd13ca4678a /client/src/app/+accounts/accounts.component.ts
parent572b8e02e258bfa921032dee593d3c2f129852b6 (diff)
downloadPeerTube-307902e2b3248073aeb677e420aafd8b5e041117.tar.gz
PeerTube-307902e2b3248073aeb677e420aafd8b5e041117.tar.zst
PeerTube-307902e2b3248073aeb677e420aafd8b5e041117.zip
Try to fix Mac video upload
Diffstat (limited to 'client/src/app/+accounts/accounts.component.ts')
-rw-r--r--client/src/app/+accounts/accounts.component.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/src/app/+accounts/accounts.component.ts b/client/src/app/+accounts/accounts.component.ts
index 036264602..e8339b78b 100644
--- a/client/src/app/+accounts/accounts.component.ts
+++ b/client/src/app/+accounts/accounts.component.ts
@@ -26,8 +26,7 @@ export class AccountsComponent implements OnInit, OnDestroy {
26 private notifier: Notifier, 26 private notifier: Notifier,
27 private restExtractor: RestExtractor, 27 private restExtractor: RestExtractor,
28 private redirectService: RedirectService, 28 private redirectService: RedirectService,
29 private authService: AuthService, 29 private authService: AuthService
30 private i18n: I18n
31 ) {} 30 ) {}
32 31
33 ngOnInit () { 32 ngOnInit () {