Fix build

This commit is contained in:
Chocobozzz 2024-06-24 09:20:32 +02:00
parent 209043e2d4
commit 5412465df4
No known key found for this signature in database
GPG Key ID: 583A612D890159BE

View File

@ -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'