mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
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
Block a user