mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -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
|
@ -42,6 +42,11 @@ define(
|
|||
title = 'Download failed: check download client for more details';
|
||||
}
|
||||
|
||||
if (status === 'warning') {
|
||||
icon = 'icon-nd-download-warning';
|
||||
title = 'Download warning: check download client for more details';
|
||||
}
|
||||
|
||||
if (errorMessage !== '') {
|
||||
if (status === 'completed') {
|
||||
icon = 'icon-nd-import-failed';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue