aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/app.component.ts')
-rw-r--r--client/src/app/app.component.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/app.component.ts b/client/src/app/app.component.ts
index 3c06b320e..c29790d96 100644
--- a/client/src/app/app.component.ts
+++ b/client/src/app/app.component.ts
@@ -42,6 +42,7 @@ export class AppComponent implements OnInit {
42 this.configService.loadConfig(); 42 this.configService.loadConfig();
43 this.videoService.loadVideoCategories(); 43 this.videoService.loadVideoCategories();
44 this.videoService.loadVideoLicences(); 44 this.videoService.loadVideoLicences();
45 this.videoService.loadVideoLanguages();
45 } 46 }
46 47
47 isInAdmin() { 48 isInAdmin() {