mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-21 13:37:19 +00:00
Break XEM URL as per a request to remove it.
This commit is contained in:
parent
b7a46a9e51
commit
7e97f8c423
1 changed files with 1 additions and 1 deletions
|
@ -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.de.broken/map/";
|
||||
|
||||
private readonly Logger _logger;
|
||||
private readonly IHttpClient _httpClient;
|
||||
|
|
Loading…
Reference in a new issue