From a84b8fa5cf6e4cafb841af3db9bdfcc9531c09a4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 7 Aug 2018 10:07:53 +0200 Subject: Add import.video.torrent configuration --- client/src/app/core/server/server.service.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/src/app/core/server') diff --git a/client/src/app/core/server/server.service.ts b/client/src/app/core/server/server.service.ts index ab317f0aa..52b50cbe8 100644 --- a/client/src/app/core/server/server.service.ts +++ b/client/src/app/core/server/server.service.ts @@ -73,6 +73,9 @@ export class ServerService { videos: { http: { enabled: false + }, + torrent: { + enabled: false } } } -- cgit v1.2.3