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:
parent
e903c2f3b7
commit
437cf8b531
4 changed files with 4 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue