mirror of https://github.com/Chocobozzz/PeerTube
Server: add extname video information to remote pods
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