1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-17 10:45:49 +02:00

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

View File

@ -18,7 +18,7 @@ public interface 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 IHttpClient _httpClient;