mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 08:16:05 -07:00
9 lines
No EOL
253 B
C#
9 lines
No EOL
253 B
C#
namespace Ombi.Api.Radarr.Models
|
|
{
|
|
public class RadarrAddOptions
|
|
{
|
|
public bool ignoreEpisodesWithFiles { get; set; }
|
|
public bool ignoreEpisodesWithoutFiles { get; set; }
|
|
public bool searchForMovie { get; set; }
|
|
}
|
|
} |