diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-29 10:19:12 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-29 10:19:12 -0400 |
| commit | 25b54158297fa7a27781d86fa987de0d3056b6e2 (patch) | |
| tree | a53fab13163c049f10683791e7f6b871fd288508 /MediaBrowser.Server.Implementations/Library | |
| parent | 5477c61596e401549bb3e14ac258ea61aee74743 (diff) | |
update live tv styles
Diffstat (limited to 'MediaBrowser.Server.Implementations/Library')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Library/Validators/PeopleValidator.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Implementations/Library/Validators/PeopleValidator.cs b/MediaBrowser.Server.Implementations/Library/Validators/PeopleValidator.cs index b7af8beeb..05c972a4e 100644 --- a/MediaBrowser.Server.Implementations/Library/Validators/PeopleValidator.cs +++ b/MediaBrowser.Server.Implementations/Library/Validators/PeopleValidator.cs @@ -2,7 +2,6 @@ using MediaBrowser.Controller.Library; using MediaBrowser.Controller.Providers; using MediaBrowser.Model.Logging; -using MoreLinq; using System; using System.Linq; using System.Threading; @@ -77,7 +76,7 @@ namespace MediaBrowser.Server.Implementations.Library.Validators double percent = numComplete; percent /= people.Count; - progress.Report(15 + 85 * percent); + progress.Report(100 * percent); } progress.Report(100); |
