mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
Show Indexer Status on Indexer Table
This commit is contained in:
@@ -20,6 +20,7 @@ namespace Prowlarr.Api.V1.Indexers
|
||||
public IndexerCapabilityResource Capabilities { get; set; }
|
||||
public int Priority { get; set; }
|
||||
public DateTime Added { get; set; }
|
||||
public IndexerStatusResource Status { get; set; }
|
||||
}
|
||||
|
||||
public class IndexerResourceMapper : ProviderResourceMapper<IndexerResource, IndexerDefinition>
|
||||
|
||||
Reference in New Issue
Block a user