mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-30 16:50:49 +02:00
Remove Status from IndexerDefinition
This commit is contained in:
parent
3d52096eb4
commit
2e3a95f389
1 changed files with 1 additions and 3 deletions
|
|
@ -29,8 +29,6 @@ public class IndexerDefinition : ProviderDefinition
|
|||
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 ();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue