]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account.component.ts
Refractor video upload/import
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account.component.ts
index a8f5f8f31d55b28ab71b72a3beabb2de833ece4c..6e29cdd832c60c044a0834cb1365c19ed8c86cda 100644 (file)
@@ -12,6 +12,6 @@ export class MyAccountComponent {
   ) {}
 
   isVideoImportEnabled () {
-    return this.serverService.getConfig().import.video.http.enabled
+    return this.serverService.getConfig().import.videos.http.enabled
   }
 }