aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/server-commands
diff options
context:
space:
mode:
Diffstat (limited to 'shared/server-commands')
-rw-r--r--shared/server-commands/server/config-command.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/shared/server-commands/server/config-command.ts b/shared/server-commands/server/config-command.ts
index 3803aaf95..8ab750983 100644
--- a/shared/server-commands/server/config-command.ts
+++ b/shared/server-commands/server/config-command.ts
@@ -310,6 +310,7 @@ export class ConfigCommand extends AbstractCommand {
310 '1440p': false, 310 '1440p': false,
311 '2160p': false 311 '2160p': false
312 }, 312 },
313 alwaysTranscodeOriginalResolution: true,
313 webtorrent: { 314 webtorrent: {
314 enabled: true 315 enabled: true
315 }, 316 },
@@ -339,7 +340,8 @@ export class ConfigCommand extends AbstractCommand {
339 '1080p': true, 340 '1080p': true,
340 '1440p': true, 341 '1440p': true,
341 '2160p': true 342 '2160p': true
342 } 343 },
344 alwaysTranscodeOriginalResolution: true
343 } 345 }
344 }, 346 },
345 videoStudio: { 347 videoStudio: {