diff options
Diffstat (limited to 'server/lib')
-rw-r--r-- | server/lib/thumbnail.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/lib/thumbnail.ts b/server/lib/thumbnail.ts index 49317df28..e37aefc85 100644 --- a/server/lib/thumbnail.ts +++ b/server/lib/thumbnail.ts | |||
@@ -1,6 +1,5 @@ | |||
1 | import { copy } from 'fs-extra' | ||
2 | import { join } from 'path' | 1 | import { join } from 'path' |
3 | import { logger } from '@server/helpers/logger' | 2 | |
4 | import { ThumbnailType } from '../../shared/models/videos/thumbnail.type' | 3 | import { ThumbnailType } from '../../shared/models/videos/thumbnail.type' |
5 | import { generateImageFromVideoFile } from '../helpers/ffmpeg-utils' | 4 | import { generateImageFromVideoFile } from '../helpers/ffmpeg-utils' |
6 | import { processImage } from '../helpers/image-utils' | 5 | import { processImage } from '../helpers/image-utils' |