mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-26 20:11:49 +02:00
Added Qualties to Settings
This commit is contained in:
@@ -22,6 +22,7 @@ namespace NzbDrone.Core.NetImport
|
||||
|
||||
public abstract string Name { get; }
|
||||
public abstract string Link { get; }
|
||||
public abstract int ProfileId { get; }
|
||||
|
||||
public abstract bool Enabled { get; }
|
||||
|
||||
@@ -46,6 +47,7 @@ namespace NzbDrone.Core.NetImport
|
||||
{
|
||||
Name = GetType().Name,
|
||||
Link = Link,
|
||||
ProfileId = ProfileId,
|
||||
Enabled = config.Validate().IsValid && Enabled,
|
||||
Implementation = GetType().Name,
|
||||
Settings = config
|
||||
|
Reference in New Issue
Block a user