1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -04:00

Fix up presets.

This commit is contained in:
Leonardo Galli
2017-01-22 14:03:09 +01:00
parent 0bab97e02f
commit ad26e48408
3 changed files with 4 additions and 11 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ namespace NzbDrone.Core.NetImport
yield return new NetImportDefinition
{
Name = GetType().Name,
Name = this.Name,
Enabled = config.Validate().IsValid && Enabled,
Implementation = GetType().Name,
Settings = config