mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
BacklogSetting refactoring.
This commit is contained in:
parent
3a5d99921e
commit
02cb12bdb8
15 changed files with 75 additions and 76 deletions
9
NzbDrone.Core/Model/BacklogSettingType.cs
Normal file
9
NzbDrone.Core/Model/BacklogSettingType.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
namespace NzbDrone.Core.Model
|
||||
{
|
||||
public enum BacklogSettingType
|
||||
{
|
||||
Inherit = 0,
|
||||
Enable = 1,
|
||||
Disable = 2
|
||||
}
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
namespace NzbDrone.Core.Model
|
||||
{
|
||||
public enum BacklogStatusType
|
||||
{
|
||||
Disable = 0,
|
||||
Enable = 1,
|
||||
Inherit = 2
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue