diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-28 10:30:55 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-28 10:30:55 -0400 |
| commit | 29ba865ab8f42567f011d593aa0d45ace4431fb9 (patch) | |
| tree | 91f23ae91f500c4553a43878479f9ada962a94b9 /MediaBrowser.Common.Implementations/Security/UsageReporter.cs | |
| parent | ad96be8fa78c7d3f947d30c5ae750176ab97d339 (diff) | |
switch to device name
Diffstat (limited to 'MediaBrowser.Common.Implementations/Security/UsageReporter.cs')
| -rw-r--r-- | MediaBrowser.Common.Implementations/Security/UsageReporter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common.Implementations/Security/UsageReporter.cs b/MediaBrowser.Common.Implementations/Security/UsageReporter.cs index 0e3b0e210..46303b3cb 100644 --- a/MediaBrowser.Common.Implementations/Security/UsageReporter.cs +++ b/MediaBrowser.Common.Implementations/Security/UsageReporter.cs @@ -49,7 +49,7 @@ namespace MediaBrowser.Common.Implementations.Security { public string AppName { get; set; } public string AppVersion { get; set; } - public string DeviceVersion { get; set; } + public string DeviceName { get; set; } public string DeviceId { get; set; } } } |
