diff options
Diffstat (limited to 'server/controllers/api')
-rw-r--r-- | server/controllers/api/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/controllers/api/config.ts b/server/controllers/api/config.ts index acbeab70b..950a1498e 100644 --- a/server/controllers/api/config.ts +++ b/server/controllers/api/config.ts | |||
@@ -66,7 +66,7 @@ async function getConfig (req: express.Request, res: express.Response, next: exp | |||
66 | enabledResolutions | 66 | enabledResolutions |
67 | }, | 67 | }, |
68 | import: { | 68 | import: { |
69 | video: { | 69 | videos: { |
70 | http: { | 70 | http: { |
71 | enabled: CONFIG.IMPORT.VIDEOS.HTTP.ENABLED | 71 | enabled: CONFIG.IMPORT.VIDEOS.HTTP.ENABLED |
72 | } | 72 | } |