Fix outbox fetch with subtitled videos
This commit is contained in:
parent
8004469c0a
commit
1afb3c474a
|
@ -916,7 +916,7 @@ export class VideoModel extends Model {
|
|||
},
|
||||
include: [
|
||||
{
|
||||
attributes: [ 'language', 'fileUrl' ],
|
||||
attributes: [ 'filename', 'language', 'fileUrl' ],
|
||||
model: VideoCaptionModel.unscoped(),
|
||||
required: false
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue