mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
create collections from movies page
This commit is contained in:
parent
71351344d7
commit
3640f62086
16 changed files with 182 additions and 31 deletions
|
|
@ -128,6 +128,11 @@ namespace MediaBrowser.Common.Implementations.HttpClientManager
|
|||
request.Host = options.Host;
|
||||
}
|
||||
|
||||
if (!string.IsNullOrEmpty(options.Referer))
|
||||
{
|
||||
request.Referer = options.Referer;
|
||||
}
|
||||
|
||||
#if !__MonoCS__
|
||||
if (options.EnableKeepAlive)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue