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