From 29ba865ab8f42567f011d593aa0d45ace4431fb9 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 28 May 2014 10:30:55 -0400 Subject: switch to device name --- MediaBrowser.Controller/Session/SessionInfo.cs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'MediaBrowser.Controller/Session') diff --git a/MediaBrowser.Controller/Session/SessionInfo.cs b/MediaBrowser.Controller/Session/SessionInfo.cs index d8052b9bf6..bc0f8a5d16 100644 --- a/MediaBrowser.Controller/Session/SessionInfo.cs +++ b/MediaBrowser.Controller/Session/SessionInfo.cs @@ -86,12 +86,6 @@ 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