mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
Updated the Radarr API to support the new V3 endpoints. There's now a new V3 flag on the radarr settings
This commit is contained in:
parent
b31f8dd962
commit
26b2a574be
24 changed files with 347 additions and 94 deletions
|
@ -1,10 +1,9 @@
|
|||
using Ombi.Core.Settings.Models.External;
|
||||
|
||||
namespace Ombi.Settings.Settings.Models.External
|
||||
namespace Ombi.Settings.Settings.Models.External
|
||||
{
|
||||
public class RadarrSettings : ExternalSettings
|
||||
{
|
||||
public bool Enabled { get; set; }
|
||||
public bool V3 { get; set; }
|
||||
public string ApiKey { get; set; }
|
||||
public string DefaultQualityProfile { get; set; }
|
||||
public string DefaultRootPath { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue