diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-05 09:55:01 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-05 09:55:01 +0200 |
commit | 36217ac53707ac9bc250fb126c812d26e64b3358 (patch) | |
tree | 75b1b797e19fb654b04ef18d7104796878cef8dc /server | |
parent | 936441b9ed54202b268384ec6a307930ffb0562f (diff) | |
download | PeerTube-36217ac53707ac9bc250fb126c812d26e64b3358.tar.gz PeerTube-36217ac53707ac9bc250fb126c812d26e64b3358.tar.zst PeerTube-36217ac53707ac9bc250fb126c812d26e64b3358.zip |
Fix lint
Diffstat (limited to 'server')
-rw-r--r-- | server/lib/job-queue/handlers/video-transcoding.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/lib/job-queue/handlers/video-transcoding.ts b/server/lib/job-queue/handlers/video-transcoding.ts index dbf412fbb..010b95b05 100644 --- a/server/lib/job-queue/handlers/video-transcoding.ts +++ b/server/lib/job-queue/handlers/video-transcoding.ts | |||
@@ -1,6 +1,5 @@ | |||
1 | import * as Bull from 'bull' | 1 | import * as Bull from 'bull' |
2 | import { TranscodeOptionsType } from '@server/helpers/ffmpeg-utils' | 2 | import { TranscodeOptionsType } from '@server/helpers/ffmpeg-utils' |
3 | import { JOB_PRIORITY } from '@server/initializers/constants' | ||
4 | import { getTranscodingJobPriority, publishAndFederateIfNeeded } from '@server/lib/video' | 3 | import { getTranscodingJobPriority, publishAndFederateIfNeeded } from '@server/lib/video' |
5 | import { getVideoFilePath } from '@server/lib/video-paths' | 4 | import { getVideoFilePath } from '@server/lib/video-paths' |
6 | import { UserModel } from '@server/models/account/user' | 5 | import { UserModel } from '@server/models/account/user' |