|
|
@ -7,7 +7,7 @@ namespace NzbDrone.Integration.Test.Client
|
|
|
|
public class EpisodeClient : ClientBase<EpisodeResource>
|
|
|
|
public class EpisodeClient : ClientBase<EpisodeResource>
|
|
|
|
{
|
|
|
|
{
|
|
|
|
public EpisodeClient(IRestClient restClient, string apiKey)
|
|
|
|
public EpisodeClient(IRestClient restClient, string apiKey)
|
|
|
|
: base(restClient, apiKey, "episodes")
|
|
|
|
: base(restClient, apiKey, "episode")
|
|
|
|
{
|
|
|
|
{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|