reduce fanart movie requests using their updates api

This commit is contained in:
Luke Pulverenti
2013-05-27 18:25:04 -04:00
parent e5936e008e
commit 70cecb346b
5 changed files with 314 additions and 40 deletions

View File

@@ -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)