diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-28 10:25:53 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-28 10:25:53 -0400 |
| commit | ad96be8fa78c7d3f947d30c5ae750176ab97d339 (patch) | |
| tree | 3fe4f37d3d0e1600f324a7f3197c1fa464ea5fc3 /MediaBrowser.Common.Implementations/Security/UsageReporter.cs | |
| parent | 01f4ee7fbbf802da17ec72e6cf1a4134a41800b9 (diff) | |
add device id to reporting
Diffstat (limited to 'MediaBrowser.Common.Implementations/Security/UsageReporter.cs')
| -rw-r--r-- | MediaBrowser.Common.Implementations/Security/UsageReporter.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Common.Implementations/Security/UsageReporter.cs b/MediaBrowser.Common.Implementations/Security/UsageReporter.cs index c32acd25b..0e3b0e210 100644 --- a/MediaBrowser.Common.Implementations/Security/UsageReporter.cs +++ b/MediaBrowser.Common.Implementations/Security/UsageReporter.cs @@ -50,5 +50,6 @@ namespace MediaBrowser.Common.Implementations.Security public string AppName { get; set; } public string AppVersion { get; set; } public string DeviceVersion { get; set; } + public string DeviceId { get; set; } } } |
