2
0
Luke Pulverenti 11 жил өмнө
parent
commit
01f4ee7fbb

+ 0 - 1
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);
         }