From 437cf8b531652a4b101ec279dea7661e8dfb8cda Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sun, 27 Nov 2016 11:09:05 +0100 Subject: Server: set manually the post host of a remote video throught the signature --- server/helpers/custom-validators/videos.js | 1 - 1 file changed, 1 deletion(-) (limited to 'server/helpers') 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) { isVideoDurationValid(video.duration) && isVideoMagnetValid(video.magnet) && isVideoNameValid(video.name) && - isVideoPodHostValid(video.podHost) && isVideoTagsValid(video.tags) && isVideoThumbnail64Valid(video.thumbnailBase64) && isVideoRemoteIdValid(video.remoteId) -- cgit v1.2.3