mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-03 01:01:34 +02:00
Remove Status from IndexerDefinition
This commit is contained in:
@@ -29,8 +29,6 @@ namespace NzbDrone.Core.Indexers
|
||||
public int AppProfileId { get; set; }
|
||||
public LazyLoaded<AppSyncProfile> AppProfile { get; set; }
|
||||
|
||||
public IndexerStatus Status { get; set; }
|
||||
|
||||
public List<SettingsField> ExtraFields { get; set; } = new List<SettingsField>();
|
||||
public List<SettingsField> ExtraFields { get; set; } = new ();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user