Remove Status from IndexerDefinition

pull/2063/head
Bogdan 4 months ago
parent 3d52096eb4
commit 2e3a95f389

@ -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 ();
}
}

Loading…
Cancel
Save