diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-29 18:30:11 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-29 18:30:11 +0200 |
commit | 02756fbd11190e75b8bed9fad5751027e2e0de49 (patch) | |
tree | f90d6182fbb6226cb319bd0cb759ec0ec3f05512 /shared/models/videos | |
parent | a20776fcbbe488475238228716cad370056ad5bd (diff) | |
download | PeerTube-02756fbd11190e75b8bed9fad5751027e2e0de49.tar.gz PeerTube-02756fbd11190e75b8bed9fad5751027e2e0de49.tar.zst PeerTube-02756fbd11190e75b8bed9fad5751027e2e0de49.zip |
Improve torrent/video download
Diffstat (limited to 'shared/models/videos')
-rw-r--r-- | shared/models/videos/video.model.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/models/videos/video.model.ts b/shared/models/videos/video.model.ts index eb40e82de..1c86545d3 100644 --- a/shared/models/videos/video.model.ts +++ b/shared/models/videos/video.model.ts | |||
@@ -14,7 +14,9 @@ export interface VideoFile { | |||
14 | resolution: VideoConstant<VideoResolution> | 14 | resolution: VideoConstant<VideoResolution> |
15 | size: number // Bytes | 15 | size: number // Bytes |
16 | torrentUrl: string | 16 | torrentUrl: string |
17 | torrentDownloadUrl: string | ||
17 | fileUrl: string | 18 | fileUrl: string |
19 | fileDownloadUrl: string | ||
18 | } | 20 | } |
19 | 21 | ||
20 | export interface Video { | 22 | export interface Video { |