aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common.Implementations/Security/UsageReporter.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-05-28 10:30:55 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-05-28 10:30:55 -0400
commit29ba865ab8f42567f011d593aa0d45ace4431fb9 (patch)
tree91f23ae91f500c4553a43878479f9ada962a94b9 /MediaBrowser.Common.Implementations/Security/UsageReporter.cs
parentad96be8fa78c7d3f947d30c5ae750176ab97d339 (diff)
switch to device name
Diffstat (limited to 'MediaBrowser.Common.Implementations/Security/UsageReporter.cs')
-rw-r--r--MediaBrowser.Common.Implementations/Security/UsageReporter.cs2
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; }
}
}