mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-13 00:32:57 -07:00
Added the Movie Sender, Movies will be sent to Radarr now #865
This commit is contained in:
parent
2c4ef05af1
commit
4c797733ca
13 changed files with 223 additions and 59 deletions
9
src/Ombi.Api.Radarr/Models/RadarrAddOptions.cs
Normal file
9
src/Ombi.Api.Radarr/Models/RadarrAddOptions.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
namespace Ombi.Api.Radarr.Models
|
||||
{
|
||||
public class RadarrAddOptions
|
||||
{
|
||||
public bool ignoreEpisodesWithFiles { get; set; }
|
||||
public bool ignoreEpisodesWithoutFiles { get; set; }
|
||||
public bool searchForMovie { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue