Skip to content

Commit

Permalink
Remove Status from IndexerDefinition
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Mar 16, 2024
1 parent 3d52096 commit 2e3a95f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/NzbDrone.Core/Indexers/IndexerDefinition.cs
Expand Up @@ -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 ();
}
}

0 comments on commit 2e3a95f

Please sign in to comment.