mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-23 22:45:06 -04:00
New: Improved Indexer disabled popover
This commit is contained in:
@@ -2,6 +2,8 @@ import ModelBase from 'App/ModelBase';
|
||||
|
||||
export interface IndexerStatus extends ModelBase {
|
||||
disabledTill: Date;
|
||||
initialFailure: Date;
|
||||
mostRecentFailure: Date;
|
||||
}
|
||||
|
||||
export interface IndexerCategory extends ModelBase {
|
||||
|
||||
Reference in New Issue
Block a user