mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-03 09:09:42 +02:00
Fixed broken episode integration tests
This commit is contained in:
@@ -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")
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user