aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/server-commands/server/config-command.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/server-commands/server/config-command.ts')
-rw-r--r--shared/server-commands/server/config-command.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/shared/server-commands/server/config-command.ts b/shared/server-commands/server/config-command.ts
index 00dc8e11c..7f1e9d977 100644
--- a/shared/server-commands/server/config-command.ts
+++ b/shared/server-commands/server/config-command.ts
@@ -142,7 +142,7 @@ export class ConfigCommand extends AbstractCommand {
142 142
143 resolutions: ConfigCommand.getCustomConfigResolutions(true, with0p), 143 resolutions: ConfigCommand.getCustomConfigResolutions(true, with0p),
144 144
145 webtorrent: { 145 webVideos: {
146 enabled: webVideo 146 enabled: webVideo
147 }, 147 },
148 hls: { 148 hls: {
@@ -169,7 +169,7 @@ export class ConfigCommand extends AbstractCommand {
169 '240p': true 169 '240p': true
170 }, 170 },
171 171
172 webtorrent: { 172 webVideos: {
173 enabled: webVideo 173 enabled: webVideo
174 }, 174 },
175 hls: { 175 hls: {
@@ -424,7 +424,7 @@ export class ConfigCommand extends AbstractCommand {
424 '2160p': false 424 '2160p': false
425 }, 425 },
426 alwaysTranscodeOriginalResolution: true, 426 alwaysTranscodeOriginalResolution: true,
427 webtorrent: { 427 webVideos: {
428 enabled: true 428 enabled: true
429 }, 429 },
430 hls: { 430 hls: {