1
0
Fork 0
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:
Chocobozzz 2025-01-31 07:04:34 +01:00
parent f099067e9d
commit 23cd92430f
No known key found for this signature in database
GPG key ID: 583A612D890159BE
6 changed files with 47 additions and 8 deletions

View file

@ -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,