diff --git a/MediaBrowser.Common.Implementations/Security/UsageReporter.cs b/MediaBrowser.Common.Implementations/Security/UsageReporter.cs index 7c8127db31..c32acd25b6 100644 --- a/MediaBrowser.Common.Implementations/Security/UsageReporter.cs +++ b/MediaBrowser.Common.Implementations/Security/UsageReporter.cs @@ -40,7 +40,6 @@ namespace MediaBrowser.Common.Implementations.Security public Task ReportAppUsage(ClientInfo app, CancellationToken cancellationToken) { // TODO: Implement this - // Make sure to handle DeviceVersion being return Task.FromResult(true); }