mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Updated restmodule, moved series, root folder to the new restmodule.
This commit is contained in:
@@ -7,7 +7,7 @@ namespace NzbDrone.Integration.Test.Client
|
||||
public class SeriesClient : ClientBase<SeriesResource>
|
||||
{
|
||||
public SeriesClient(IRestClient restClient)
|
||||
: base(restClient, "series")
|
||||
: base(restClient)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -19,4 +19,4 @@ namespace NzbDrone.Integration.Test.Client
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user