]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/video.model.ts
Add ability to download a video from direct link or torrent file
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video.model.ts
index bbcada845412a48b5187410eb86c111afcaab80c..8e47ac06969e28d65e7b31f0fc7a7d0c0dd9f19b 100644 (file)
@@ -3,6 +3,8 @@ export interface VideoFile {
   resolution: number
   resolutionLabel: string
   size: number // Bytes
+  torrentUrl: string
+  fileUrl: string
 }
 
 export interface Video {