From bae89ee8243fea06ba1e17c1f1ed6da890e9f08c Mon Sep 17 00:00:00 2001 From: LukePulverenti Date: Sat, 16 Mar 2013 12:41:49 -0400 Subject: fix duplicate connections on the dashboard --- MediaBrowser.Common/Net/HttpRequestOptions.cs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'MediaBrowser.Common/Net/HttpRequestOptions.cs') diff --git a/MediaBrowser.Common/Net/HttpRequestOptions.cs b/MediaBrowser.Common/Net/HttpRequestOptions.cs index a45acb206..98d02a9f9 100644 --- a/MediaBrowser.Common/Net/HttpRequestOptions.cs +++ b/MediaBrowser.Common/Net/HttpRequestOptions.cs @@ -32,12 +32,6 @@ namespace MediaBrowser.Common.Net /// The user agent. public string UserAgent { get; set; } - /// - /// Gets or sets the max resume count. - /// - /// The max resume count. - public int MaxResumeCount { get; set; } - /// /// Gets or sets the progress. /// -- cgit v1.2.3