Fix outbox fetch with subtitled videos

pull/5487/head
Chocobozzz 2021-04-08 15:04:14 +02:00
parent 8004469c0a
commit 1afb3c474a
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

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