aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/v1/videos.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/controllers/api/v1/videos.js')
-rw-r--r--server/controllers/api/v1/videos.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/server/controllers/api/v1/videos.js b/server/controllers/api/v1/videos.js
index 70d22f139..d633af76d 100644
--- a/server/controllers/api/v1/videos.js
+++ b/server/controllers/api/v1/videos.js
@@ -116,9 +116,6 @@ function addVideo (req, res, next) {
116 116
117 ], function andFinally (err) { 117 ], function andFinally (err) {
118 if (err) { 118 if (err) {
119 // TODO unseed the video
120 // TODO remove thumbnail
121 // TODO delete from DB
122 logger.error('Cannot insert the video.') 119 logger.error('Cannot insert the video.')
123 return next(err) 120 return next(err)
124 } 121 }