Made a start on the new Sonarr integration.

the Latest series option works.
This commit is contained in:
tidusjar 2017-03-30 22:46:51 +01:00
commit ddefbf31db
8 changed files with 315 additions and 15 deletions

View file

@ -56,5 +56,8 @@ namespace Ombi.Api.Interfaces
Series UpdateSeries(Series series, string apiKey, Uri baseUrl);
SonarrSeasonSearchResult SearchForSeason(int seriesId, int seasonNumber, string apiKey, Uri baseUrl);
SonarrSeriesSearchResult SearchForSeries(int seriesId, string apiKey, Uri baseUrl);
SonarrAddSeries AddSeries(SonarrAddSeries series, string apiKey, Uri baseUrl);
}
}