fix year validator

This commit is contained in:
Luke Pulverenti 2016-05-10 15:30:20 -04:00
parent 9a73026389
commit a3c55a10f7

View File

@ -49,6 +49,7 @@ namespace MediaBrowser.Server.Implementations.Library.Validators
percent *= 100;
progress.Report(percent);
yearNumber++;
}
}
}