]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/video.model.ts
Add http tracker in torrent too
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video.model.ts
index 3a378419f236a3779730107a365cd48fa35987d6..39d1edc061253f6182ed11a161fb2551fb5e7276 100644 (file)
@@ -1,4 +1,4 @@
-import { Account } from '../accounts'
+import { Account } from '../actors'
 import { VideoChannel } from './video-channel.model'
 import { VideoPrivacy } from './video-privacy.enum'
 
@@ -45,4 +45,5 @@ export interface VideoDetails extends Video {
   tags: string[]
   files: VideoFile[]
   account: Account
+  commentsEnabled: boolean
 }