This commit is contained in:
Luke Pulverenti 2014-05-28 10:22:15 -04:00
parent 4fad85a8bd
commit 01f4ee7fbb

View file

@ -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);
}