Skip to content

Commit

Permalink
Update DetectIntrosCreditsTask.cs
Browse files Browse the repository at this point in the history
reset progress
  • Loading branch information
rlauuzo committed Mar 31, 2024
1 parent 239e3a3 commit bfc47f4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ public Task ExecuteAsync(IProgress<double> progress, CancellationToken cancellat

baseIntroAnalyzer.AnalyzeItems(progress, cancellationToken);

// reset progress
progress.Report(0);

var baseCreditAnalyzer = new BaseItemAnalyzerTask(
AnalysisMode.Credits,
_loggerFactory.CreateLogger<DetectIntrosCreditsTask>(),
Expand Down

0 comments on commit bfc47f4

Please sign in to comment.