mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
BacklogStatus added to individually control which series are included in backlog searches. Applies to Backlog and RecentBacklog jobs. Editable in Series/MassEdit and Series Edit.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace NzbDrone.Core.Model
|
||||
{
|
||||
public enum BacklogStatusType
|
||||
{
|
||||
Disable = 0,
|
||||
Enable = 1,
|
||||
Inherit = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user