1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

Added Qualties to Settings

This commit is contained in:
Devin Buhl
2017-01-17 20:30:21 -05:00
parent 6878abe2a2
commit b02944a3b2
7 changed files with 20 additions and 7 deletions
@@ -4,8 +4,9 @@ namespace NzbDrone.Core.NetImport
{
public class NetImportDefinition : ProviderDefinition
{
public bool Enabled { get; set; }
public string Link { get; set; }
public int ProfileId { get; set; }
public bool Enabled { get; set; }
public override bool Enable => Enabled;
}
}