]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/videos/video-source.ts
store uploaded video filename (#4885)
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-source.ts
1 export interface VideoSource {
2 filename: string
3 }