mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Server: propagate video update to other pods
This commit is contained in:
parent
7b1f49de22
commit
3d118fb501
5 changed files with 153 additions and 35 deletions
|
@ -229,8 +229,6 @@ function updateVideo (req, res, next) {
|
|||
|
||||
// Add tags association
|
||||
videoInstance.save(options).asCallback(function (err) {
|
||||
if (err) return callback(err)
|
||||
|
||||
return callback(err, t, tagInstances)
|
||||
})
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue