From a3ee6fa22dee4b68fcde9cd23708b471db446e11 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 30 Jun 2016 22:39:08 +0200 Subject: Pod model refractoring -> use mongoose api --- server/helpers/customValidators.js | 1 + 1 file changed, 1 insertion(+) (limited to 'server/helpers') diff --git a/server/helpers/customValidators.js b/server/helpers/customValidators.js index 4d6139a3d..b666644c0 100644 --- a/server/helpers/customValidators.js +++ b/server/helpers/customValidators.js @@ -85,6 +85,7 @@ function isVideoNameValid (value) { } function isVideoPodUrlValid (value) { + // TODO: set options (TLD...) return validator.isURL(value) } -- cgit v1.2.3