mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 16:41:59 +00:00
Fix incorrect job count for VideoConversion on JobPanel
This commit is contained in:
parent
b07891089f
commit
3f60cf5377
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@
|
|||
'video conversion',
|
||||
'No videos without an encoded version found'
|
||||
)}
|
||||
jobCounts={jobs[JobId.MachineLearning]}
|
||||
jobCounts={jobs[JobId.VideoConversion]}
|
||||
/>
|
||||
|
||||
<JobTile
|
||||
|
|
Loading…
Reference in a new issue