From 4fad85a8bd5b675f86ef4add3946ece570e960ec Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 28 May 2014 10:21:07 -0400 Subject: report app usage to server --- MediaBrowser.Controller/Session/SessionInfo.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Controller/Session') diff --git a/MediaBrowser.Controller/Session/SessionInfo.cs b/MediaBrowser.Controller/Session/SessionInfo.cs index bc0f8a5d16..d8052b9bf6 100644 --- a/MediaBrowser.Controller/Session/SessionInfo.cs +++ b/MediaBrowser.Controller/Session/SessionInfo.cs @@ -86,6 +86,12 @@ namespace MediaBrowser.Controller.Session /// The name of the device. public string DeviceName { get; set; } + /// + /// Gets or sets the device version. + /// + /// The device version. + public string DeviceVersion { get; set; } + /// /// Gets or sets the name of the now viewing item. /// -- cgit v1.2.3