1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00

Prevent job queue to be started before plugins

This commit is contained in:
Chocobozzz 2022-09-14 11:35:58 +02:00
parent fc3784583c
commit 4404a7c467
No known key found for this signature in database
GPG key ID: 583A612D890159BE
7 changed files with 38 additions and 15 deletions

View file

@ -97,7 +97,7 @@ async function run () {
}
}
JobQueue.Instance.init(true)
JobQueue.Instance.init()
video.state = VideoState.TO_TRANSCODE
await video.save()