]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - server/types/models/video/video-source.ts
Don't fail remote transcoding on retry
[github/Chocobozzz/PeerTube.git] / server / types / models / video / video-source.ts
CommitLineData
2e401e85 1import { VideoSourceModel } from '@server/models/video/video-source'
2
3export type MVideoSource = Omit<VideoSourceModel, 'Video'>