]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/videos/video-source.ts
More specific message when signup is not allowed
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-source.ts
1 export interface VideoSource {
2 filename: string
3 }