diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-28 10:22:15 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-28 10:22:15 -0400 |
| commit | 01f4ee7fbbf802da17ec72e6cf1a4134a41800b9 (patch) | |
| tree | acad4501591b4df1b35a2225e24c9e61cf052c7b | |
| parent | 4fad85a8bd5b675f86ef4add3946ece570e960ec (diff) | |
comments
| -rw-r--r-- | MediaBrowser.Common.Implementations/Security/UsageReporter.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Common.Implementations/Security/UsageReporter.cs b/MediaBrowser.Common.Implementations/Security/UsageReporter.cs index 7c8127db3..c32acd25b 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); } |
