]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/models/video/video.ts
Import torrents with webtorrent
[github/Chocobozzz/PeerTube.git] / server / models / video / video.ts
index 67711b102afbb148d39a2e76dea2f0385161ecce..39fe2100789b94b9e2ea768cadbebd72bffd12b5 100644 (file)
@@ -1355,7 +1355,8 @@ export class VideoModel extends Model<VideoModel> {
         mimeType: VIDEO_EXT_MIMETYPE[file.extname],
         href: this.getVideoFileUrl(file, baseUrlHttp),
         width: file.resolution,
-        size: file.size
+        size: file.size,
+        fps: file.fps
       })
 
       url.push({