diff options
Diffstat (limited to 'server/controllers/api/videos.js')
-rw-r--r-- | server/controllers/api/videos.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/controllers/api/videos.js b/server/controllers/api/videos.js index 1b306d1cf..e5c52a87b 100644 --- a/server/controllers/api/videos.js +++ b/server/controllers/api/videos.js | |||
@@ -229,8 +229,6 @@ function updateVideo (req, res, next) { | |||
229 | 229 | ||
230 | // Add tags association | 230 | // Add tags association |
231 | videoInstance.save(options).asCallback(function (err) { | 231 | videoInstance.save(options).asCallback(function (err) { |
232 | if (err) return callback(err) | ||
233 | |||
234 | return callback(err, t, tagInstances) | 232 | return callback(err, t, tagInstances) |
235 | }) | 233 | }) |
236 | }, | 234 | }, |