X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fextra-utils%2Fserver%2Fconfig.ts;h=35b08477f9a83976d7ad8812d3d001670386b18a;hb=5c7d650827cc471a03e7fa18362bcbcbe5d30838;hp=578dd35cf16c33a6fe14757d534d59694f1a8a82;hpb=00aab0666c6f772548c160fdfa871a8843b88f37;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/extra-utils/server/config.ts b/shared/extra-utils/server/config.ts index 578dd35cf..35b08477f 100644 --- a/shared/extra-utils/server/config.ts +++ b/shared/extra-utils/server/config.ts @@ -111,6 +111,7 @@ function updateCustomSubConfig (url: string, token: string, newConfig: DeepParti allowAudioFiles: true, threads: 1, resolutions: { + '0p': false, '240p': false, '360p': true, '480p': true, @@ -118,6 +119,9 @@ function updateCustomSubConfig (url: string, token: string, newConfig: DeepParti '1080p': false, '2160p': false }, + webtorrent: { + enabled: true + }, hls: { enabled: false }