0
Fork 0
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:
Alex Tran 2023-01-21 22:30:50 -06:00
parent b07891089f
commit 3f60cf5377
No known key found for this signature in database
GPG key ID: E4954BC787B85C8A

View file

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