mirror of https://github.com/Sonarr/Sonarr
New: Use https for thexem.info
This commit is contained in:
parent
81ff4791ac
commit
aa463e0af1
|
@ -18,7 +18,7 @@ namespace NzbDrone.Core.DataAugmentation.Xem
|
||||||
|
|
||||||
public class XemProxy : IXemProxy
|
public class XemProxy : IXemProxy
|
||||||
{
|
{
|
||||||
private const string ROOT_URL = "http://thexem.info/map/";
|
private const string ROOT_URL = "https://thexem.info/map/";
|
||||||
|
|
||||||
private readonly Logger _logger;
|
private readonly Logger _logger;
|
||||||
private readonly IHttpClient _httpClient;
|
private readonly IHttpClient _httpClient;
|
||||||
|
|
Loading…
Reference in New Issue