mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
create collections from movies page
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user