New: Updated TheXEM server url on xem admin request

This commit is contained in:
Taloth Saldono 2021-09-28 22:21:36 +02:00
parent 6994ca720a
commit c0a961bb94
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ namespace NzbDrone.Core.DataAugmentation.Xem
public class XemProxy : IXemProxy public class XemProxy : IXemProxy
{ {
private const string ROOT_URL = "http://thexem.de/map/"; private const string ROOT_URL = "http://thexem.info/map/";
private readonly Logger _logger; private readonly Logger _logger;
private readonly IHttpClient _httpClient; private readonly IHttpClient _httpClient;