report app usage to server

This commit is contained in:
Luke Pulverenti
2014-05-28 10:21:07 -04:00
parent b4016ae07e
commit 4fad85a8bd
5 changed files with 107 additions and 7 deletions

View File

@@ -86,6 +86,12 @@ namespace MediaBrowser.Controller.Session
/// <value>The name of the device.</value>
public string DeviceName { get; set; }
/// <summary>
/// Gets or sets the device version.
/// </summary>
/// <value>The device version.</value>
public string DeviceVersion { get; set; }
/// <summary>
/// Gets or sets the name of the now viewing item.
/// </summary>