mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
reduce fanart movie requests using their updates api
This commit is contained in:
parent
e5936e008e
commit
70cecb346b
5 changed files with 314 additions and 40 deletions
|
|
@ -358,7 +358,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
|
|||
{
|
||||
var address = endpoint.ToString();
|
||||
|
||||
_localEndPoints.AddOrUpdate(address, address, (key, existing) => address);
|
||||
_localEndPoints.GetOrAdd(address, address);
|
||||
}
|
||||
|
||||
if (EnableHttpRequestLogging)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue