From cc68049424c2a7fc7fb919bc39a43f169e128780 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 26 Sep 2018 15:55:45 +0200 Subject: Fix video import of some youtube videos --- client/src/app/menu/menu.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src') 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 { private serverService: ServerService, private redirectService: RedirectService, private themeService: ThemeService, - private hotkeysService: HotkeysService + private hotkeysService: HotkeysService ) {} ngOnInit () { -- cgit v1.2.3