diff --git a/server/core/controllers/api/videos/upload.ts b/server/core/controllers/api/videos/upload.ts index 3bfd92aa9..5c24db1ae 100644 --- a/server/core/controllers/api/videos/upload.ts +++ b/server/core/controllers/api/videos/upload.ts @@ -1,5 +1,5 @@ import { ffprobePromise, getChaptersFromContainer } from '@peertube/peertube-ffmpeg' -import { HttpStatusCode, ThumbnailType, VideoCreate } from '@peertube/peertube-models' +import { ThumbnailType, VideoCreate } from '@peertube/peertube-models' import { uuidToShort } from '@peertube/peertube-node-utils' import { getResumableUploadPath } from '@server/helpers/upload.js' import { LocalVideoCreator } from '@server/lib/local-video-creator.js'