mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
Don't publish video before audio stream
This commit is contained in:
parent
f099067e9d
commit
23cd92430f
6 changed files with 47 additions and 8 deletions
|
@ -32,7 +32,6 @@ async function waitJobs (
|
|||
if (process.env.DEBUG) console.log(`${new Date().toISOString()} - Checking ${server.url}`)
|
||||
|
||||
for (const state of states) {
|
||||
|
||||
const jobPromise = server.jobs.list({
|
||||
state,
|
||||
start: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue