Fix outbox fetch with subtitled videos

This commit is contained in:
Chocobozzz
2021-04-08 15:04:14 +02:00
parent 8004469c0a
commit 1afb3c474a

View File

@@ -916,7 +916,7 @@ export class VideoModel extends Model {
},
include: [
{
attributes: [ 'language', 'fileUrl' ],
attributes: [ 'filename', 'language', 'fileUrl' ],
model: VideoCaptionModel.unscoped(),
required: false
},