1
0
Fork 0
This commit is contained in:
Chocobozzz 2021-06-08 10:19:04 +02:00
parent ffacd78f21
commit 765b150245
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
import * as Bull from 'bull'
import { copy, stat } from 'fs-extra'
import { extname } from 'path'
import { getLowercaseExtension } from '@server/helpers/core-utils'
import { createTorrentAndSetInfoHash } from '@server/helpers/webtorrent'
import { generateVideoFilename, getVideoFilePath } from '@server/lib/video-paths'

View File

@ -1,6 +1,5 @@
import * as Bull from 'bull'
import { move, remove, stat } from 'fs-extra'
import { extname } from 'path'
import { getLowercaseExtension } from '@server/helpers/core-utils'
import { retryTransactionWrapper } from '@server/helpers/database-utils'
import { YoutubeDL } from '@server/helpers/youtube-dl'