New: Use https for thexem.info

This commit is contained in:
Qstick 2021-12-15 18:34:02 -05:00 committed by GitHub
parent 81ff4791ac
commit aa463e0af1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ namespace NzbDrone.Core.DataAugmentation.Xem
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 IHttpClient _httpClient;