From cf61ac0264883e53f024088a88148b87cbbf89a7 Mon Sep 17 00:00:00 2001 From: LukePulverenti Date: Sun, 17 Mar 2013 23:10:21 -0400 Subject: fixed client type display for ios. also fixed display preferences saving. --- MediaBrowser.Model/Connectivity/ClientConnectionInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Model/Connectivity/ClientConnectionInfo.cs') diff --git a/MediaBrowser.Model/Connectivity/ClientConnectionInfo.cs b/MediaBrowser.Model/Connectivity/ClientConnectionInfo.cs index a70dddaa6..565ce6ec2 100644 --- a/MediaBrowser.Model/Connectivity/ClientConnectionInfo.cs +++ b/MediaBrowser.Model/Connectivity/ClientConnectionInfo.cs @@ -22,7 +22,7 @@ namespace MediaBrowser.Model.Connectivity /// /// The type of the client. [ProtoMember(2)] - public ClientType ClientType { get; set; } + public string Client { get; set; } /// /// Gets or sets the last activity date. -- cgit v1.2.3