Added the ability to switch on and off the *arr availability scanner

This commit is contained in:
tidusjar 2020-09-01 22:02:57 +01:00
commit dd916e5753
8 changed files with 42 additions and 13 deletions

View file

@ -10,5 +10,6 @@ namespace Ombi.Settings.Settings.Models.External
public string DefaultRootPath { get; set; }
public bool AddOnly { get; set; }
public string MinimumAvailability { get; set; }
public bool ScanForAvailability { get; set; }
}
}

View file

@ -20,5 +20,6 @@
public bool AddOnly { get; set; }
public bool V3 { get; set; }
public int LanguageProfile { get; set; }
public bool ScanForAvailability { get; set; }
}
}