Skip to content

Commit

Permalink
fix the immich reading progression bar
Browse files Browse the repository at this point in the history
  • Loading branch information
simulot committed Jun 1, 2024
1 parent 17b0caf commit 7e5bede
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/upload/upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,9 @@ func (app *UpCmd) getImmichAssets(ctx context.Context, updateFn progressUpdate)
if err != nil {
return err
}
if updateFn != nil {
updateFn(totalOnImmich, totalOnImmich)
}
app.AssetIndex = &AssetIndex{
assets: list,
}
Expand Down

0 comments on commit 7e5bede

Please sign in to comment.