diff options
Diffstat (limited to 'server/helpers')
-rw-r--r-- | server/helpers/customValidators.js | 1 |
1 files changed, 1 insertions, 0 deletions
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) { | |||
85 | } | 85 | } |
86 | 86 | ||
87 | function isVideoPodUrlValid (value) { | 87 | function isVideoPodUrlValid (value) { |
88 | // TODO: set options (TLD...) | ||
88 | return validator.isURL(value) | 89 | return validator.isURL(value) |
89 | } | 90 | } |
90 | 91 | ||