mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
extracted interface fom HttpProvider
This commit is contained in:
parent
35e2e83595
commit
1465fbf499
28 changed files with 124 additions and 121 deletions
|
@ -12,13 +12,13 @@ namespace NzbDrone.Core.Providers
|
|||
{
|
||||
public class XemCommunicationProvider
|
||||
{
|
||||
private readonly HttpProvider _httpProvider;
|
||||
private readonly IHttpProvider _httpProvider;
|
||||
|
||||
private static readonly Logger _logger = LogManager.GetCurrentClassLogger();
|
||||
|
||||
private const string XEM_BASE_URL = "http://thexem.de/map/";
|
||||
|
||||
public XemCommunicationProvider(HttpProvider httpProvider)
|
||||
public XemCommunicationProvider(IHttpProvider httpProvider)
|
||||
{
|
||||
_httpProvider = httpProvider;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue