Server: add extname video information to remote pods

This commit is contained in:
Chocobozzz 2016-11-22 22:34:59 +01:00
parent 93d4a3b551
commit 8f21730250

View File

@ -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)