Merge branch 'develop' into pr/1285
[oweals/peertube.git] / shared / models / activitypub / objects / video-torrent-object.ts
index df07507b43697e688d11d459a7b7bd9322339a84..239822bc48497f31f9c32722405ea5f7a767d77f 100644 (file)
@@ -20,7 +20,8 @@ export interface VideoTorrentObject {
   subtitleLanguage: ActivityIdentifierObject[]
   views: number
   sensitive: boolean
-  commentsEnabled: boolean
+  commentsEnabled: boolean,
+  downloadEnabled: boolean,
   waitTranscoding: boolean
   state: VideoState
   published: string