From c57ad141a9ffb67f8e7d087b92eaacd2b653b562 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 11 Jul 2023 09:52:14 +0200 Subject: Rename webtorrent config to web_videos --- server/tests/api/check-params/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/tests/api/check-params/config.ts') diff --git a/server/tests/api/check-params/config.ts b/server/tests/api/check-params/config.ts index 7f825f79e..80b616ccf 100644 --- a/server/tests/api/check-params/config.ts +++ b/server/tests/api/check-params/config.ts @@ -126,7 +126,7 @@ describe('Test config API validators', function () { '2160p': false }, alwaysTranscodeOriginalResolution: false, - webtorrent: { + webVideos: { enabled: true }, hls: { @@ -353,7 +353,7 @@ describe('Test config API validators', function () { hls: { enabled: false }, - webtorrent: { + web_videos: { enabled: false } } -- cgit v1.2.3