add device id to reporting

This commit is contained in:
Luke Pulverenti
2014-05-28 10:25:53 -04:00
parent 01f4ee7fbb
commit ad96be8fa7
2 changed files with 10 additions and 6 deletions

View File

@@ -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; }
}
}