1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +02:00

Rename webtorrent config to web_videos

This commit is contained in:
Chocobozzz 2023-07-11 09:52:14 +02:00
parent 784e2ad5c3
commit c57ad141a9
No known key found for this signature in database
GPG key ID: 583A612D890159BE
36 changed files with 108 additions and 81 deletions

View file

@ -120,8 +120,8 @@ async function generateNodeinfo (req: express.Request, res: express.Response) {
hls: {
enabled: CONFIG.TRANSCODING.HLS.ENABLED
},
webtorrent: {
enabled: CONFIG.TRANSCODING.WEBTORRENT.ENABLED
web_videos: {
enabled: CONFIG.TRANSCODING.WEB_VIDEOS.ENABLED
},
enabledResolutions: ServerConfigManager.Instance.getEnabledResolutions('vod')
},