diff options
author | Chocobozzz <me@florianbigard.com> | 2020-12-04 15:58:29 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-12-04 15:58:29 +0100 |
commit | aa5ee5017a83b280352f8dbcfed2d4741709a4fd (patch) | |
tree | bde7935b280d247d45304d42aa687b6bfb1db554 /server | |
parent | e772bdf14c46701552491dc337a21325c34e1ec2 (diff) | |
download | PeerTube-aa5ee5017a83b280352f8dbcfed2d4741709a4fd.tar.gz PeerTube-aa5ee5017a83b280352f8dbcfed2d4741709a4fd.tar.zst PeerTube-aa5ee5017a83b280352f8dbcfed2d4741709a4fd.zip |
Fix lint
Diffstat (limited to 'server')
-rw-r--r-- | server/lib/job-queue/handlers/video-live-ending.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/job-queue/handlers/video-live-ending.ts b/server/lib/job-queue/handlers/video-live-ending.ts index e10e306a7..6a675b0ef 100644 --- a/server/lib/job-queue/handlers/video-live-ending.ts +++ b/server/lib/job-queue/handlers/video-live-ending.ts | |||
@@ -1,7 +1,7 @@ | |||
1 | import * as Bull from 'bull' | 1 | import * as Bull from 'bull' |
2 | import { pathExists, readdir, remove } from 'fs-extra' | 2 | import { pathExists, readdir, remove } from 'fs-extra' |
3 | import { join } from 'path' | 3 | import { join } from 'path' |
4 | import { ffprobePromise, getAudioStream, getAudioStreamCodec, getDurationFromVideoFile, getVideoFileResolution } from '@server/helpers/ffprobe-utils' | 4 | import { ffprobePromise, getAudioStream, getDurationFromVideoFile, getVideoFileResolution } from '@server/helpers/ffprobe-utils' |
5 | import { VIDEO_LIVE } from '@server/initializers/constants' | 5 | import { VIDEO_LIVE } from '@server/initializers/constants' |
6 | import { LiveManager } from '@server/lib/live-manager' | 6 | import { LiveManager } from '@server/lib/live-manager' |
7 | import { generateVideoMiniature } from '@server/lib/thumbnail' | 7 | import { generateVideoMiniature } from '@server/lib/thumbnail' |