diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-20 17:16:55 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-11-25 10:07:51 +0100 |
commit | daf6e4801052d3ca6be2fafd20bae2323b1ce175 (patch) | |
tree | a136af611c2543c461ce3fd126ddb7cb1e37a0c2 /server/middlewares/validators | |
parent | 123f61933611f326ea5a5e8c2ea253ee8720e4f0 (diff) | |
download | PeerTube-daf6e4801052d3ca6be2fafd20bae2323b1ce175.tar.gz PeerTube-daf6e4801052d3ca6be2fafd20bae2323b1ce175.tar.zst PeerTube-daf6e4801052d3ca6be2fafd20bae2323b1ce175.zip |
Split ffmpeg utils with ffprobe utils
Diffstat (limited to 'server/middlewares/validators')
-rw-r--r-- | server/middlewares/validators/videos/videos.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/middlewares/validators/videos/videos.ts b/server/middlewares/validators/videos/videos.ts index efab67a01..af0072d73 100644 --- a/server/middlewares/validators/videos/videos.ts +++ b/server/middlewares/validators/videos/videos.ts | |||
@@ -34,7 +34,7 @@ import { | |||
34 | isVideoTagsValid | 34 | isVideoTagsValid |
35 | } from '../../../helpers/custom-validators/videos' | 35 | } from '../../../helpers/custom-validators/videos' |
36 | import { cleanUpReqFiles } from '../../../helpers/express-utils' | 36 | import { cleanUpReqFiles } from '../../../helpers/express-utils' |
37 | import { getDurationFromVideoFile } from '../../../helpers/ffmpeg-utils' | 37 | import { getDurationFromVideoFile } from '../../../helpers/ffprobe-utils' |
38 | import { logger } from '../../../helpers/logger' | 38 | import { logger } from '../../../helpers/logger' |
39 | import { | 39 | import { |
40 | checkUserCanManageVideo, | 40 | checkUserCanManageVideo, |