]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/videos/video-caption.model.ts
Import magnets with webtorrent
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-caption.model.ts
1 import { VideoConstant } from './video-constant.model'
2
3 export interface VideoCaption {
4 language: VideoConstant<string>
5 captionPath: string
6 }