mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-06 10:16:18 +00:00
reduce fanart movie requests using their updates api
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user