mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
fixed server side indexer issue
This commit is contained in:
parent
370ab86dca
commit
1877f70403
15 changed files with 104 additions and 63 deletions
16
NzbDrone.Integration.Test/Client/IndexerClient.cs
Normal file
16
NzbDrone.Integration.Test/Client/IndexerClient.cs
Normal file
|
@ -0,0 +1,16 @@
|
|||
using NzbDrone.Api.Indexers;
|
||||
using RestSharp;
|
||||
|
||||
namespace NzbDrone.Integration.Test.Client
|
||||
{
|
||||
public class IndexerClient : ClientBase<IndexerResource>
|
||||
{
|
||||
public IndexerClient(IRestClient restClient)
|
||||
: base(restClient)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue