mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-14 06:12:17 +01:00
render movies as folders with dlna
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user