From 1808a1f8e4b7b102823492a2007a46929aebf189 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 22 Mar 2022 14:35:04 +0100 Subject: Add video edition finished notification --- shared/server-commands/server/config-command.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'shared/server-commands') diff --git a/shared/server-commands/server/config-command.ts b/shared/server-commands/server/config-command.ts index 1dd6e1ea4..35a1eec7c 100644 --- a/shared/server-commands/server/config-command.ts +++ b/shared/server-commands/server/config-command.ts @@ -111,6 +111,16 @@ export class ConfigCommand extends AbstractCommand { }) } + enableEditor () { + return this.updateExistingSubConfig({ + newConfig: { + videoEditor: { + enabled: true + } + } + }) + } + getConfig (options: OverrideCommandOptions = {}) { const path = '/api/v1/config' -- cgit v1.2.3