diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-26 15:55:45 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-26 15:55:45 +0200 |
commit | cc68049424c2a7fc7fb919bc39a43f169e128780 (patch) | |
tree | fc7d874907e7c8ab84c6f0e6dca5c88da75d556f /client/src/app/menu | |
parent | 542e73a26bac2bfea94b5db013bdebe0cb4d3917 (diff) | |
download | PeerTube-cc68049424c2a7fc7fb919bc39a43f169e128780.tar.gz PeerTube-cc68049424c2a7fc7fb919bc39a43f169e128780.tar.zst PeerTube-cc68049424c2a7fc7fb919bc39a43f169e128780.zip |
Fix video import of some youtube videos
Diffstat (limited to 'client/src/app/menu')
-rw-r--r-- | client/src/app/menu/menu.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/menu/menu.component.ts b/client/src/app/menu/menu.component.ts index 9b3608b15..95926f5f0 100644 --- a/client/src/app/menu/menu.component.ts +++ b/client/src/app/menu/menu.component.ts | |||
@@ -32,7 +32,7 @@ export class MenuComponent implements OnInit { | |||
32 | private serverService: ServerService, | 32 | private serverService: ServerService, |
33 | private redirectService: RedirectService, | 33 | private redirectService: RedirectService, |
34 | private themeService: ThemeService, | 34 | private themeService: ThemeService, |
35 | private hotkeysService: HotkeysService | 35 | private hotkeysService: HotkeysService |
36 | ) {} | 36 | ) {} |
37 | 37 | ||
38 | ngOnInit () { | 38 | ngOnInit () { |