mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-29 20:14:02 -06:00
Server: add extname video information to remote pods
This commit is contained in:
parent
93d4a3b551
commit
8f21730250
@ -243,7 +243,8 @@ function toRemoteJSON (callback) {
|
||||
thumbnailBase64: new Buffer(thumbnailData).toString('base64'),
|
||||
tags: self.tags,
|
||||
createdDate: self.createdDate,
|
||||
podHost: self.podHost
|
||||
podHost: self.podHost,
|
||||
extname: self.extname
|
||||
}
|
||||
|
||||
return callback(null, remoteVideo)
|
||||
|
Loading…
Reference in New Issue
Block a user