mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
Rename webtorrent config to web_videos
This commit is contained in:
parent
784e2ad5c3
commit
c57ad141a9
36 changed files with 108 additions and 81 deletions
|
@ -142,7 +142,7 @@ export class ConfigCommand extends AbstractCommand {
|
|||
|
||||
resolutions: ConfigCommand.getCustomConfigResolutions(true, with0p),
|
||||
|
||||
webtorrent: {
|
||||
webVideos: {
|
||||
enabled: webVideo
|
||||
},
|
||||
hls: {
|
||||
|
@ -169,7 +169,7 @@ export class ConfigCommand extends AbstractCommand {
|
|||
'240p': true
|
||||
},
|
||||
|
||||
webtorrent: {
|
||||
webVideos: {
|
||||
enabled: webVideo
|
||||
},
|
||||
hls: {
|
||||
|
@ -424,7 +424,7 @@ export class ConfigCommand extends AbstractCommand {
|
|||
'2160p': false
|
||||
},
|
||||
alwaysTranscodeOriginalResolution: true,
|
||||
webtorrent: {
|
||||
webVideos: {
|
||||
enabled: true
|
||||
},
|
||||
hls: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue