render movies as folders with dlna

This commit is contained in:
Luke Pulverenti
2014-10-22 00:42:26 -04:00
parent 1e7ac871db
commit 9f3891d418
109 changed files with 8247 additions and 7349 deletions

View File

@@ -94,6 +94,8 @@ namespace MediaBrowser.Common.Net
public CacheMode CacheMode { get; set; }
public TimeSpan CacheLength { get; set; }
public int TimeoutMs { get; set; }
private string GetHeaderValue(string name)
{
string value;
@@ -115,6 +117,8 @@ namespace MediaBrowser.Common.Net
LogRequest = true;
CacheMode = CacheMode.None;
TimeoutMs = 20000;
}
public void SetPostData(IDictionary<string,string> values)