]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/extra-utils/server/config.ts
Add audio-only option to transcoders and player
[github/Chocobozzz/PeerTube.git] / shared / extra-utils / server / config.ts
index ada1733135800069a542848112e83a04133bad29..35b08477f9a83976d7ad8812d3d001670386b18a 100644 (file)
@@ -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,