mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Added the ability to switch on and off the *arr availability scanner
This commit is contained in:
parent
b012736e27
commit
dd916e5753
8 changed files with 42 additions and 13 deletions
|
@ -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; }
|
||||
}
|
||||
}
|
|
@ -20,5 +20,6 @@
|
|||
public bool AddOnly { get; set; }
|
||||
public bool V3 { get; set; }
|
||||
public int LanguageProfile { get; set; }
|
||||
public bool ScanForAvailability { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue