mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Removed the V3 switch from Radarr, no one is using V2 Radarr anymore.
This commit is contained in:
parent
9dbadc17af
commit
5e33088a6d
7 changed files with 21 additions and 78 deletions
|
@ -3,7 +3,6 @@
|
|||
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