]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/app.component.ts
Client: use builtin email validator
[github/Chocobozzz/PeerTube.git] / client / src / app / app.component.ts
index 3c06b320e03a873b1eb94f974026e58f56f513cd..c29790d96e24a72bf662658a6b2809429030d9c5 100644 (file)
@@ -42,6 +42,7 @@ export class AppComponent implements OnInit {
     this.configService.loadConfig();
     this.videoService.loadVideoCategories();
     this.videoService.loadVideoLicences();
+    this.videoService.loadVideoLanguages();
   }
 
   isInAdmin() {