]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/files-cache/videos-caption-cache.ts
Move config in its own file
[github/Chocobozzz/PeerTube.git] / server / lib / files-cache / videos-caption-cache.ts
index fe5b441afc9ac934655eb7f3c1a3a5ddefe23deb..f5ccfe0a2617ebb9b155e2796d03be981fc53ef2 100644 (file)
@@ -1,8 +1,9 @@
 import { join } from 'path'
-import { FILES_CACHE, CONFIG } from '../../initializers'
+import { FILES_CACHE } from '../../initializers'
 import { VideoModel } from '../../models/video/video'
 import { VideoCaptionModel } from '../../models/video/video-caption'
 import { AbstractVideoStaticFileCache } from './abstract-video-static-file-cache'
+import { CONFIG } from '../../initializers/config'
 
 type GetPathParam = { videoId: string, language: string }