]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/videos/video-caption-update.model.ts
Import magnets with webtorrent
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-caption-update.model.ts
1 export interface VideoCaptionUpdate {
2 language: string
3 captionfile: Blob
4 }