mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07: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:
parent
fb17765d3a
commit
9eb022fdf4
14 changed files with 424 additions and 26 deletions
9
NzbDrone.Core/Model/BacklogStatusType.cs
Normal file
9
NzbDrone.Core/Model/BacklogStatusType.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
namespace NzbDrone.Core.Model
|
||||
{
|
||||
public enum BacklogStatusType
|
||||
{
|
||||
Disable = 0,
|
||||
Enable = 1,
|
||||
Inherit = 2
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue