diff options
Diffstat (limited to 'server/models')
-rw-r--r-- | server/models/video/video.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/models/video/video.ts b/server/models/video/video.ts index bd834b088..8e1acdd44 100644 --- a/server/models/video/video.ts +++ b/server/models/video/video.ts | |||
@@ -1027,7 +1027,7 @@ export class VideoModel extends Model<VideoModel> { | |||
1027 | licence, | 1027 | licence, |
1028 | language, | 1028 | language, |
1029 | views: this.views, | 1029 | views: this.views, |
1030 | nsfw: this.nsfw, | 1030 | sensitive: this.nsfw, |
1031 | commentsEnabled: this.commentsEnabled, | 1031 | commentsEnabled: this.commentsEnabled, |
1032 | published: this.createdAt.toISOString(), | 1032 | published: this.createdAt.toISOString(), |
1033 | updated: this.updatedAt.toISOString(), | 1033 | updated: this.updatedAt.toISOString(), |