mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Fixed: NzbGet history items deleted due to health are now properly recognized as failed.
This commit is contained in:
parent
6a30b13343
commit
8bef19448f
10 changed files with 79 additions and 14 deletions
|
@ -80,6 +80,10 @@ define(
|
|||
this._addStatusIcon(element, 'icon-nd-download-failed', 'Download failed: check download client for more details');
|
||||
}
|
||||
|
||||
else if (status === 'warning') {
|
||||
this._addStatusIcon(element, 'icon-nd-download-warning', 'Download warning: check download client for more details');
|
||||
}
|
||||
|
||||
else {
|
||||
this.$(element).find('.fc-event-time')
|
||||
.after('<span class="chart pull-right" data-percent="{0}"></span>'.format(progress));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue