mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
HttpProvider - Added Download File.
SabProvider - Added AddById (Newzbin) Fixes to RssItemProcessingProvider Can either download NZB to file or send to SAB...
This commit is contained in:
@@ -93,7 +93,23 @@ namespace NzbDrone.Web.Models
|
||||
|
||||
[Required(ErrorMessage = "Please select a valid priority")]
|
||||
[DisplayName("SABnzbd Priority")]
|
||||
public SabnzbdPriorityType SabPriority
|
||||
public SabnzbdPriorityType SabTvPriority
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
[DisplayName("Use Blackhole")]
|
||||
public bool UseBlackHole
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
[DataType(DataType.Text)]
|
||||
[DisplayFormat(ConvertEmptyStringToNull = false)]
|
||||
[DisplayName("Blackhole Directory")]
|
||||
public String BlackholeDirectory
|
||||
{
|
||||
get;
|
||||
set;
|
||||
|
Reference in New Issue
Block a user