From ee28cdf1c488ac6ad6f3d06804b9c5e63eea1965 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 6 Apr 2018 11:54:24 +0200 Subject: Upgrade server dependencies --- server/models/video/video.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/models/video') diff --git a/server/models/video/video.ts b/server/models/video/video.ts index 8b58b393b..54fe54535 100644 --- a/server/models/video/video.ts +++ b/server/models/video/video.ts @@ -1000,7 +1000,7 @@ export class VideoModel extends Model { descriptionPath: this.getDescriptionPath(), channel: this.VideoChannel.toFormattedJSON(), account: this.VideoChannel.Account.toFormattedJSON(), - tags: map(this.Tags, 'name'), + tags: map(this.Tags, 'name'), commentsEnabled: this.commentsEnabled, files: [] } -- cgit v1.2.3