mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
New: App health displayed in UI
This commit is contained in:
@@ -44,5 +44,6 @@ namespace NzbDrone.Core.Download
|
||||
public abstract IEnumerable<HistoryItem> GetHistory(int start = 0, int limit = 10);
|
||||
public abstract void RemoveFromQueue(string id);
|
||||
public abstract void RemoveFromHistory(string id);
|
||||
public abstract void Test();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user