]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/video-update.model.ts
Add http tracker in torrent too
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-update.model.ts
index 0cf38fe6e2cda7a18a11b57b9c351efe3c1ffac4..fc772f77baa35ae6941239c22d9825042e89a812 100644 (file)
@@ -8,5 +8,6 @@ export interface VideoUpdate {
   description?: string
   privacy?: VideoPrivacy
   tags?: string[]
+  commentsEnabled?: boolean
   nsfw?: boolean
 }