From b981a525c37d226b3fa59287a6ce338f54583d0c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 4 Jan 2017 21:15:57 +0100 Subject: Server: we don't need the video name when removing a remote video --- server/helpers/custom-validators/remote/videos.js | 1 - 1 file changed, 1 deletion(-) (limited to 'server/helpers/custom-validators') diff --git a/server/helpers/custom-validators/remote/videos.js b/server/helpers/custom-validators/remote/videos.js index c3ca00e1c..7c27b9dbb 100644 --- a/server/helpers/custom-validators/remote/videos.js +++ b/server/helpers/custom-validators/remote/videos.js @@ -39,7 +39,6 @@ function isEachRemoteRequestVideosValid (requests) { ) || ( isRequestTypeRemoveValid(request.type) && - videosValidators.isVideoNameValid(video.name) && videosValidators.isVideoRemoteIdValid(video.remoteId) ) || ( -- cgit v1.2.3