Removed the V3 switch from Radarr, no one is using V2 Radarr anymore.

This commit is contained in:
tidusjar 2021-06-08 08:07:49 +01:00
commit 5e33088a6d
7 changed files with 21 additions and 78 deletions

View file

@ -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; }