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'),
|
thumbnailBase64: new Buffer(thumbnailData).toString('base64'),
|
||||||
tags: self.tags,
|
tags: self.tags,
|
||||||
createdDate: self.createdDate,
|
createdDate: self.createdDate,
|
||||||
podHost: self.podHost
|
podHost: self.podHost,
|
||||||
|
extname: self.extname
|
||||||
}
|
}
|
||||||
|
|
||||||
return callback(null, remoteVideo)
|
return callback(null, remoteVideo)
|
||||||
|
|
Loading…
Reference in New Issue