]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/models/video.js
Server: set manually the post host of a remote video throught the
[github/Chocobozzz/PeerTube.git] / server / models / video.js
index 3d7c16f0d0dfd5cf5169d68cdff9e2f07fc3a9e0..330067cdfa6e892776692f1787fd70efe22f2ea4 100644 (file)
@@ -243,7 +243,6 @@ function toRemoteJSON (callback) {
       thumbnailBase64: new Buffer(thumbnailData).toString('base64'),
       tags: self.tags,
       createdDate: self.createdDate,
-      podHost: self.podHost,
       extname: self.extname
     }