mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Started on sonarr #865
This commit is contained in:
parent
3ee65f4f0c
commit
2c945ebb9b
10 changed files with 358 additions and 44 deletions
12
src/Ombi.Core/ITvSender.cs
Normal file
12
src/Ombi.Core/ITvSender.cs
Normal file
|
@ -0,0 +1,12 @@
|
|||
using System.Threading.Tasks;
|
||||
using Ombi.Api.Sonarr.Models;
|
||||
using Ombi.Core.Settings.Models.External;
|
||||
using Ombi.Store.Entities.Requests;
|
||||
|
||||
namespace Ombi.Core
|
||||
{
|
||||
public interface ITvSender
|
||||
{
|
||||
Task<NewSeries> SendToSonarr(ChildRequests model, int totalSeasons, string qualityId = null);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue