minor cleanup

This commit is contained in:
Luke Pulverenti
2014-02-08 15:22:40 -05:00
parent d0f1a83621
commit 3ffd95a637
13 changed files with 17 additions and 46 deletions

View File

@@ -26,6 +26,8 @@ namespace MediaBrowser.Server.Implementations.Library.Validators
.Distinct()
.ToList();
progress.Report(10);
var count = allYears.Count;
var numComplete = 0;