mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New: The History->Queue UI now show some elementary error information for failed imports.
This commit is contained in:
@@ -12,6 +12,8 @@ namespace NzbDrone.Core.Download
|
||||
public DateTime StartedTracking { get; set; }
|
||||
public DateTime LastRetry { get; set; }
|
||||
public Int32 RetryCount { get; set; }
|
||||
public Boolean HasError { get; set; }
|
||||
public String StatusMessage { get; set; }
|
||||
}
|
||||
|
||||
public enum TrackedDownloadState
|
||||
|
Reference in New Issue
Block a user