diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-09-25 15:18:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-25 15:18:05 -0400 |
| commit | f114b103da4aeb43c3c13cc5033f695e7acadb1e (patch) | |
| tree | b06e6341a50db16f1bb3347c9868a8265ad306af /Emby.Server.Implementations/EntryPoints/UsageEntryPoint.cs | |
| parent | 88d62050a6a16ce5b9c093501d9a4dc4ce4f62c9 (diff) | |
| parent | 099b823f2f65f24216a511e2fc8f6e20c36bd2d0 (diff) | |
Merge pull request #2915 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Server.Implementations/EntryPoints/UsageEntryPoint.cs')
| -rw-r--r-- | Emby.Server.Implementations/EntryPoints/UsageEntryPoint.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/EntryPoints/UsageEntryPoint.cs b/Emby.Server.Implementations/EntryPoints/UsageEntryPoint.cs index fb9402986..11e806b0c 100644 --- a/Emby.Server.Implementations/EntryPoints/UsageEntryPoint.cs +++ b/Emby.Server.Implementations/EntryPoints/UsageEntryPoint.cs @@ -74,7 +74,7 @@ namespace Emby.Server.Implementations.EntryPoints try { - await new UsageReporter(_applicationHost, _httpClient, _userManager, _logger) + await new UsageReporter(_applicationHost, _httpClient, _logger) .ReportAppUsage(client, CancellationToken.None) .ConfigureAwait(false); } @@ -117,7 +117,7 @@ namespace Emby.Server.Implementations.EntryPoints try { - await new UsageReporter(_applicationHost, _httpClient, _userManager, _logger) + await new UsageReporter(_applicationHost, _httpClient, _logger) .ReportServerUsage(CancellationToken.None) .ConfigureAwait(false); } |
