switch to device name

This commit is contained in:
Luke Pulverenti
2014-05-28 10:30:55 -04:00
parent ad96be8fa7
commit 29ba865ab8
3 changed files with 6 additions and 24 deletions

View File

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