mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04: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