mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
add channel downloading settings
This commit is contained in:
parent
36648d2708
commit
858c37b860
45 changed files with 980 additions and 303 deletions
|
|
@ -371,7 +371,9 @@ namespace MediaBrowser.Common.Implementations.HttpClientManager
|
|||
|
||||
Headers = new NameValueCollection(httpResponse.Headers),
|
||||
|
||||
ContentLength = contentLength
|
||||
ContentLength = contentLength,
|
||||
|
||||
ResponseUrl = httpResponse.ResponseUri.ToString()
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue