diff options
Diffstat (limited to 'shared/models/activitypub')
-rw-r--r-- | shared/models/activitypub/objects/video-torrent-object.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/models/activitypub/objects/video-torrent-object.ts b/shared/models/activitypub/objects/video-torrent-object.ts index c4071a6d9..90de8967b 100644 --- a/shared/models/activitypub/objects/video-torrent-object.ts +++ b/shared/models/activitypub/objects/video-torrent-object.ts | |||
@@ -17,6 +17,7 @@ export interface VideoTorrentObject { | |||
17 | category: ActivityIdentifierObject | 17 | category: ActivityIdentifierObject |
18 | licence: ActivityIdentifierObject | 18 | licence: ActivityIdentifierObject |
19 | language: ActivityIdentifierObject | 19 | language: ActivityIdentifierObject |
20 | subtitleLanguage: ActivityIdentifierObject[] | ||
20 | views: number | 21 | views: number |
21 | sensitive: boolean | 22 | sensitive: boolean |
22 | commentsEnabled: boolean | 23 | commentsEnabled: boolean |