1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

New: Secure URLs for Links and Services (#3219)

This commit is contained in:
Qstick
2018-12-07 05:21:43 -05:00
committed by Leonardo Galli
parent 969ef5c515
commit cbdea30a6e
11 changed files with 20 additions and 30 deletions
@@ -21,7 +21,7 @@ namespace NzbDrone.Core.MetadataSource
private readonly IHttpClient _httpClient;
private readonly IHttpRequestBuilderFactory _tmdbBuilder;
public TmdbConfigService(ICacheManager cacheManager, IHttpClient httpClient, ISonarrCloudRequestBuilder requestBuilder)
public TmdbConfigService(ICacheManager cacheManager, IHttpClient httpClient, IRadarrCloudRequestBuilder requestBuilder)
{
_configurationCache = cacheManager.GetCache<ConfigResource>(GetType(), "configuration_cache");
_httpClient = httpClient;