]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/helpers/custom-validators/remote/videos.js
Merge branch 'postgresql'
[github/Chocobozzz/PeerTube.git] / server / helpers / custom-validators / remote / videos.js
index c3ca00e1cb42dbbe6e6cccf674e1f2bfa449fa6e..7c27b9dbb9d85bb36acd3cce2e5949f40ef08c5e 100644 (file)
@@ -39,7 +39,6 @@ function isEachRemoteRequestVideosValid (requests) {
       ) ||
       (
         isRequestTypeRemoveValid(request.type) &&
-        videosValidators.isVideoNameValid(video.name) &&
         videosValidators.isVideoRemoteIdValid(video.remoteId)
       ) ||
       (