diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-11-27 11:09:05 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-11-27 11:09:05 +0100 |
commit | 437cf8b531652a4b101ec279dea7661e8dfb8cda (patch) | |
tree | 0d2a3a49515e2ef3772b6425f25f08289216162d /server/helpers | |
parent | e903c2f3b7a3e63e58d9ef5934bcfd8f186b021a (diff) | |
download | PeerTube-437cf8b531652a4b101ec279dea7661e8dfb8cda.tar.gz PeerTube-437cf8b531652a4b101ec279dea7661e8dfb8cda.tar.zst PeerTube-437cf8b531652a4b101ec279dea7661e8dfb8cda.zip |
Server: set manually the post host of a remote video throught the
signature
Diffstat (limited to 'server/helpers')
-rw-r--r-- | server/helpers/custom-validators/videos.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/helpers/custom-validators/videos.js b/server/helpers/custom-validators/videos.js index 4a6a62326..1a7753265 100644 --- a/server/helpers/custom-validators/videos.js +++ b/server/helpers/custom-validators/videos.js | |||
@@ -33,7 +33,6 @@ function isEachRemoteVideosValid (requests) { | |||
33 | isVideoDurationValid(video.duration) && | 33 | isVideoDurationValid(video.duration) && |
34 | isVideoMagnetValid(video.magnet) && | 34 | isVideoMagnetValid(video.magnet) && |
35 | isVideoNameValid(video.name) && | 35 | isVideoNameValid(video.name) && |
36 | isVideoPodHostValid(video.podHost) && | ||
37 | isVideoTagsValid(video.tags) && | 36 | isVideoTagsValid(video.tags) && |
38 | isVideoThumbnail64Valid(video.thumbnailBase64) && | 37 | isVideoThumbnail64Valid(video.thumbnailBase64) && |
39 | isVideoRemoteIdValid(video.remoteId) | 38 | isVideoRemoteIdValid(video.remoteId) |