diff options
Diffstat (limited to 'server/controllers/api/config.ts')
-rw-r--r-- | server/controllers/api/config.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/server/controllers/api/config.ts b/server/controllers/api/config.ts index 0980ec10a..c5c4c8a74 100644 --- a/server/controllers/api/config.ts +++ b/server/controllers/api/config.ts | |||
@@ -284,6 +284,11 @@ function customConfig (): CustomConfig { | |||
284 | enabled: CONFIG.VIDEO_STUDIO.REMOTE_RUNNERS.ENABLED | 284 | enabled: CONFIG.VIDEO_STUDIO.REMOTE_RUNNERS.ENABLED |
285 | } | 285 | } |
286 | }, | 286 | }, |
287 | videoFile: { | ||
288 | update: { | ||
289 | enabled: CONFIG.VIDEO_FILE.UPDATE.ENABLED | ||
290 | } | ||
291 | }, | ||
287 | import: { | 292 | import: { |
288 | videos: { | 293 | videos: { |
289 | concurrency: CONFIG.IMPORT.VIDEOS.CONCURRENCY, | 294 | concurrency: CONFIG.IMPORT.VIDEOS.CONCURRENCY, |