mirror of
https://github.com/immich-app/immich.git
synced 2025-03-11 02:23:09 -05: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',
|
'video conversion',
|
||||||
'No videos without an encoded version found'
|
'No videos without an encoded version found'
|
||||||
)}
|
)}
|
||||||
jobCounts={jobs[JobId.MachineLearning]}
|
jobCounts={jobs[JobId.VideoConversion]}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<JobTile
|
<JobTile
|
||||||
|
|
Loading…
Add table
Reference in a new issue