]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/helpers/captions-utils.ts
Move config in its own file
[github/Chocobozzz/PeerTube.git] / server / helpers / captions-utils.ts
index 0fb11a1251a694116c6feceff681399f7f33bf17..7174d4654ab9208a7fc0c93057c09e2060df3ef0 100644 (file)
@@ -1,5 +1,5 @@
 import { join } from 'path'
-import { CONFIG } from '../initializers'
+import { CONFIG } from '../initializers/config'
 import { VideoCaptionModel } from '../models/video/video-caption'
 import * as srt2vtt from 'srt-to-vtt'
 import { createReadStream, createWriteStream, remove, move } from 'fs-extra'