From 5d08a6a74e83f2e4dfe2f3ba7f5a39371e1bc89e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 3 Aug 2018 11:10:31 +0200 Subject: Add import http enabled configuration --- shared/models/server/custom-config.model.ts | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'shared/models/server/custom-config.model.ts') diff --git a/shared/models/server/custom-config.model.ts b/shared/models/server/custom-config.model.ts index 9c4718e43..46320435d 100644 --- a/shared/models/server/custom-config.model.ts +++ b/shared/models/server/custom-config.model.ts @@ -55,4 +55,12 @@ export interface CustomConfig { '1080p': boolean } } + + import: { + videos: { + http: { + enabled: boolean + } + } + } } -- cgit v1.2.3