Work around the sonarr bug #254

This commit is contained in:
tidusjar 2016-07-28 13:45:57 +01:00
commit 5024178724
3 changed files with 25 additions and 1 deletions

View file

@ -46,6 +46,6 @@ namespace PlexRequests.Api.Interfaces
SonarrEpisode GetEpisode(string episodeId, string apiKey, Uri baseUrl);
SonarrEpisode UpdateEpisode(SonarrEpisode episodeInfo, string apiKey, Uri baseUrl);
SonarrAddEpisodeResult SearchForEpisodes(int[] episodeIds, string apiKey, Uri baseUrl);
Series UpdateSeries(Series series, string apiKey, Uri baseUrl);
}
}