1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Server: set manually the post host of a remote video throught the

signature
This commit is contained in:
Chocobozzz 2016-11-27 11:09:05 +01:00
parent e903c2f3b7
commit 437cf8b531
4 changed files with 4 additions and 5 deletions

View file

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