diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-28 10:21:07 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-28 10:21:07 -0400 |
| commit | 4fad85a8bd5b675f86ef4add3946ece570e960ec (patch) | |
| tree | 4c2c42a3acaa2e30e3f3643154808f53a4e65f2e /MediaBrowser.Controller/Session | |
| parent | b4016ae07efabce5909fe9202e8f860c654afe37 (diff) | |
report app usage to server
Diffstat (limited to 'MediaBrowser.Controller/Session')
| -rw-r--r-- | MediaBrowser.Controller/Session/SessionInfo.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Session/SessionInfo.cs b/MediaBrowser.Controller/Session/SessionInfo.cs index bc0f8a5d1..d8052b9bf 100644 --- a/MediaBrowser.Controller/Session/SessionInfo.cs +++ b/MediaBrowser.Controller/Session/SessionInfo.cs @@ -87,6 +87,12 @@ namespace MediaBrowser.Controller.Session 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> /// <value>The name of the now viewing item.</value> |
