diff options
Diffstat (limited to 'server/models')
-rw-r--r-- | server/models/video/video.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/models/video/video.ts b/server/models/video/video.ts index f365d3d51..d33ae8a5a 100644 --- a/server/models/video/video.ts +++ b/server/models/video/video.ts | |||
@@ -51,7 +51,7 @@ import { | |||
51 | isVideoStateValid, | 51 | isVideoStateValid, |
52 | isVideoSupportValid | 52 | isVideoSupportValid |
53 | } from '../../helpers/custom-validators/videos' | 53 | } from '../../helpers/custom-validators/videos' |
54 | import { getVideoFileResolution } from '../../helpers/ffmpeg-utils' | 54 | import { getVideoFileResolution } from '../../helpers/ffprobe-utils' |
55 | import { logger } from '../../helpers/logger' | 55 | import { logger } from '../../helpers/logger' |
56 | import { CONFIG } from '../../initializers/config' | 56 | import { CONFIG } from '../../initializers/config' |
57 | import { | 57 | import { |