mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
More work on the Sonarr Api Integration #865
This commit is contained in:
parent
2c945ebb9b
commit
c0d019f7d4
10 changed files with 305 additions and 58 deletions
|
@ -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);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue