From ad96be8fa78c7d3f947d30c5ae750176ab97d339 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 28 May 2014 10:25:53 -0400 Subject: add device id to reporting --- MediaBrowser.Common.Implementations/Security/UsageReporter.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'MediaBrowser.Common.Implementations/Security/UsageReporter.cs') diff --git a/MediaBrowser.Common.Implementations/Security/UsageReporter.cs b/MediaBrowser.Common.Implementations/Security/UsageReporter.cs index c32acd25b6..0e3b0e210f 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; } } } -- cgit v1.2.3