mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
Break XEM URL as per a request to remove it.
This commit is contained in:
@@ -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.de.broken/map/";
|
||||
|
||||
private readonly Logger _logger;
|
||||
private readonly IHttpClient _httpClient;
|
||||
|
||||
Reference in New Issue
Block a user