Updated restmodule, moved series, root folder to the new restmodule.

This commit is contained in:
kay.one
2013-04-21 20:18:08 -07:00
committed by Keivan Beigi
parent 4878556e14
commit a2e84a8f83
16 changed files with 321 additions and 219 deletions

View File

@@ -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
}
}
}
}