mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +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…
Add table
Add a link
Reference in a new issue