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:
parent
fc3784583c
commit
4404a7c467
7 changed files with 38 additions and 15 deletions
|
@ -97,7 +97,7 @@ async function run () {
|
|||
}
|
||||
}
|
||||
|
||||
JobQueue.Instance.init(true)
|
||||
JobQueue.Instance.init()
|
||||
|
||||
video.state = VideoState.TO_TRANSCODE
|
||||
await video.save()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue