From aef805efb9e1655978bb1a71990f1060a3dcf768 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 25 Feb 2014 10:40:16 -0500 Subject: fix directory not found error in episode organization --- MediaBrowser.Common/Net/HttpResponseInfo.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Common/Net') diff --git a/MediaBrowser.Common/Net/HttpResponseInfo.cs b/MediaBrowser.Common/Net/HttpResponseInfo.cs index 83c98007d4..bc03192092 100644 --- a/MediaBrowser.Common/Net/HttpResponseInfo.cs +++ b/MediaBrowser.Common/Net/HttpResponseInfo.cs @@ -33,6 +33,12 @@ namespace MediaBrowser.Common.Net /// The temp file path. public string TempFilePath { get; set; } + /// + /// Gets or sets the length of the content. + /// + /// The length of the content. + public long? ContentLength { get; set; } + /// /// Gets or sets the headers. /// -- cgit v1.2.3