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

Rethought about where certain things are stored.

Profiles are now a component of the NetImportDefinition.
This commit is contained in:
Leonardo Galli
2017-01-22 17:02:20 +01:00
parent 9fffcfaea3
commit 94eccc6c14
11 changed files with 36 additions and 25 deletions
@@ -45,6 +45,8 @@ namespace NzbDrone.Core.NetImport
{
Name = this.Name,
Enabled = config.Validate().IsValid && Enabled,
EnableAuto = true,
ProfileId = 1,
Implementation = GetType().Name,
Settings = config
};