]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/helpers/webtorrent.ts
Link to follower profile from administration (#1922)
[github/Chocobozzz/PeerTube.git] / server / helpers / webtorrent.ts
index 3c9a0b96ae87b21d942da729634c1e4250b4766a..14dfe0d28c2bc89a182069b7c35a667841519fdb 100644 (file)
@@ -2,7 +2,7 @@ import { logger } from './logger'
 import { generateVideoImportTmpPath } from './utils'
 import * as WebTorrent from 'webtorrent'
 import { createWriteStream, ensureDir, remove } from 'fs-extra'
-import { CONFIG } from '../initializers'
+import { CONFIG } from '../initializers/config'
 import { dirname, join } from 'path'
 
 async function downloadWebTorrentVideo (target: { magnetUri: string, torrentName?: string }, timeout: number) {