mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-20 21:55:03 -04:00
Rethought about where certain things are stored.
Profiles are now a component of the NetImportDefinition.
This commit is contained in:
@@ -5,6 +5,7 @@ namespace NzbDrone.Api.NetImport
|
||||
public class NetImportResource : ProviderResource
|
||||
{
|
||||
public bool Enabled { get; set; }
|
||||
public bool EnableSearch { get; set; }
|
||||
public bool EnableAuto { get; set; }
|
||||
public int ProfileId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user