More work on the Sonarr Api Integration #865

This commit is contained in:
tidusjar 2017-07-01 00:57:23 +01:00
commit c0d019f7d4
10 changed files with 305 additions and 58 deletions

View file

@ -7,6 +7,6 @@ namespace Ombi.Core
{
public interface ITvSender
{
Task<NewSeries> SendToSonarr(ChildRequests model, int totalSeasons, string qualityId = null);
Task<NewSeries> SendToSonarr(ChildRequests model, string qualityId = null);
}
}