mirror of https://github.com/Sonarr/Sonarr
New: Updated TheXEM server url on xem admin request
This commit is contained in:
parent
6994ca720a
commit
c0a961bb94
|
@ -18,7 +18,7 @@ namespace NzbDrone.Core.DataAugmentation.Xem
|
|||
|
||||
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 IHttpClient _httpClient;
|
||||
|
|
Loading…
Reference in New Issue