mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Fix fps federation
This commit is contained in:
parent
590fb50690
commit
b2977eecb8
14 changed files with 104 additions and 90 deletions
|
@ -108,7 +108,7 @@ async function processUpdateVideo (actor: ActorModel, activity: ActivityUpdate)
|
|||
await Promise.all(videoFileDestroyTasks)
|
||||
|
||||
const videoFileAttributes = videoFileActivityUrlToDBAttributes(videoInstance, videoObject)
|
||||
const tasks = videoFileAttributes.map(f => VideoFileModel.create(f))
|
||||
const tasks = videoFileAttributes.map(f => VideoFileModel.create(f, sequelizeOptions))
|
||||
await Promise.all(tasks)
|
||||
|
||||
// Update Tags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue