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 --- server/tests/utils/server/config.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'server/tests/utils') diff --git a/server/tests/utils/server/config.ts b/server/tests/utils/server/config.ts index e21614282..d6ac3ef8a 100644 --- a/server/tests/utils/server/config.ts +++ b/server/tests/utils/server/config.ts @@ -97,6 +97,9 @@ function updateCustomSubConfig (url: string, token: string, newConfig: any) { videos: { http: { enabled: false + }, + torrent: { + enabled: false } } } -- cgit v1.2.3