diff --git a/server/models/video/video.ts b/server/models/video/video.ts index 9d89efa5b..3c4f3d3df 100644 --- a/server/models/video/video.ts +++ b/server/models/video/video.ts @@ -916,7 +916,7 @@ export class VideoModel extends Model { }, include: [ { - attributes: [ 'language', 'fileUrl' ], + attributes: [ 'filename', 'language', 'fileUrl' ], model: VideoCaptionModel.unscoped(), required: false },