diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-08 10:19:04 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-08 10:19:04 +0200 |
commit | 765b15024563d30dcb2b4d00c2874dd24ce5a1bd (patch) | |
tree | 3f5c0ae381bf4850a21fc0b113d54aa19e0ad608 /server | |
parent | ffacd78f21d4021b3c0f654ff63ef29ca7afcde3 (diff) | |
download | PeerTube-765b15024563d30dcb2b4d00c2874dd24ce5a1bd.tar.gz PeerTube-765b15024563d30dcb2b4d00c2874dd24ce5a1bd.tar.zst PeerTube-765b15024563d30dcb2b4d00c2874dd24ce5a1bd.zip |
Fix lint
Diffstat (limited to 'server')
-rw-r--r-- | server/lib/job-queue/handlers/video-file-import.ts | 1 | ||||
-rw-r--r-- | server/lib/job-queue/handlers/video-import.ts | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/server/lib/job-queue/handlers/video-file-import.ts b/server/lib/job-queue/handlers/video-file-import.ts index 048963033..187cb652e 100644 --- a/server/lib/job-queue/handlers/video-file-import.ts +++ b/server/lib/job-queue/handlers/video-file-import.ts | |||
@@ -1,6 +1,5 @@ | |||
1 | import * as Bull from 'bull' | 1 | import * as Bull from 'bull' |
2 | import { copy, stat } from 'fs-extra' | 2 | import { copy, stat } from 'fs-extra' |
3 | import { extname } from 'path' | ||
4 | import { getLowercaseExtension } from '@server/helpers/core-utils' | 3 | import { getLowercaseExtension } from '@server/helpers/core-utils' |
5 | import { createTorrentAndSetInfoHash } from '@server/helpers/webtorrent' | 4 | import { createTorrentAndSetInfoHash } from '@server/helpers/webtorrent' |
6 | import { generateVideoFilename, getVideoFilePath } from '@server/lib/video-paths' | 5 | import { generateVideoFilename, getVideoFilePath } from '@server/lib/video-paths' |
diff --git a/server/lib/job-queue/handlers/video-import.ts b/server/lib/job-queue/handlers/video-import.ts index 937f586c9..55498003d 100644 --- a/server/lib/job-queue/handlers/video-import.ts +++ b/server/lib/job-queue/handlers/video-import.ts | |||
@@ -1,6 +1,5 @@ | |||
1 | import * as Bull from 'bull' | 1 | import * as Bull from 'bull' |
2 | import { move, remove, stat } from 'fs-extra' | 2 | import { move, remove, stat } from 'fs-extra' |
3 | import { extname } from 'path' | ||
4 | import { getLowercaseExtension } from '@server/helpers/core-utils' | 3 | import { getLowercaseExtension } from '@server/helpers/core-utils' |
5 | import { retryTransactionWrapper } from '@server/helpers/database-utils' | 4 | import { retryTransactionWrapper } from '@server/helpers/database-utils' |
6 | import { YoutubeDL } from '@server/helpers/youtube-dl' | 5 | import { YoutubeDL } from '@server/helpers/youtube-dl' |