Skip to content

Commit

Permalink
Fix progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfusedPolarBear committed Feb 2, 2023
1 parent 431aed5 commit c6801d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,6 @@ private int AnalyzeItems(
items = analyzer.AnalyzeMediaFiles(items, this._analysisMode, cancellationToken);
}

return totalItems - items.Count;
return totalItems;
}
}

0 comments on commit c6801d5

Please sign in to comment.