mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
Angular application :first draft
This commit is contained in:
parent
bd324a6692
commit
dc8bc31be5
34 changed files with 509 additions and 192 deletions
|
@ -48,6 +48,6 @@ function removeRemoteVideo (req, res, next) {
|
|||
videos.removeRemotesOfByMagnetUris(url, magnetUris, function (err) {
|
||||
if (err) return next(err)
|
||||
|
||||
res.sendStatus(204)
|
||||
res.type('json').status(204).end()
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue