mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix job count for waiting jobs
This commit is contained in:
parent
acd9eaeb1d
commit
4300cc1ee1
@ -445,7 +445,7 @@ class JobQueue {
|
||||
}
|
||||
|
||||
async count (state: JobState, jobType?: JobType): Promise<number> {
|
||||
const states = state ? [ state ] : jobStates
|
||||
const states = this.buildStateFilter(state)
|
||||
const filteredJobTypes = this.buildTypeFilter(jobType)
|
||||
|
||||
let total = 0
|
||||
|
Loading…
Reference in New Issue
Block a user