diff options
Diffstat (limited to 'server/initializers/constants.ts')
-rw-r--r-- | server/initializers/constants.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index d87aa6f54..5116c6396 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -881,8 +881,8 @@ const DIRECTORIES = { | |||
881 | }, | 881 | }, |
882 | 882 | ||
883 | VIDEOS: { | 883 | VIDEOS: { |
884 | PUBLIC: CONFIG.STORAGE.VIDEOS_DIR, | 884 | PUBLIC: CONFIG.STORAGE.WEB_VIDEOS_DIR, |
885 | PRIVATE: join(CONFIG.STORAGE.VIDEOS_DIR, 'private') | 885 | PRIVATE: join(CONFIG.STORAGE.WEB_VIDEOS_DIR, 'private') |
886 | }, | 886 | }, |
887 | 887 | ||
888 | HLS_REDUNDANCY: join(CONFIG.STORAGE.REDUNDANCY_DIR, 'hls') | 888 | HLS_REDUNDANCY: join(CONFIG.STORAGE.REDUNDANCY_DIR, 'hls') |