aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common.Implementations/Security/UsageReporter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Common.Implementations/Security/UsageReporter.cs')
-rw-r--r--MediaBrowser.Common.Implementations/Security/UsageReporter.cs1
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; }
}
}