diff options
Diffstat (limited to 'client/src/app/+my-account')
-rw-r--r-- | client/src/app/+my-account/my-account.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+my-account/my-account.component.ts b/client/src/app/+my-account/my-account.component.ts index a8f5f8f31..6e29cdd83 100644 --- a/client/src/app/+my-account/my-account.component.ts +++ b/client/src/app/+my-account/my-account.component.ts | |||
@@ -12,6 +12,6 @@ export class MyAccountComponent { | |||
12 | ) {} | 12 | ) {} |
13 | 13 | ||
14 | isVideoImportEnabled () { | 14 | isVideoImportEnabled () { |
15 | return this.serverService.getConfig().import.video.http.enabled | 15 | return this.serverService.getConfig().import.videos.http.enabled |
16 | } | 16 | } |
17 | } | 17 | } |