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