mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-24 06:27:08 -04:00
Fix movie queue status for download client unavailable
This commit is contained in:
parent
d64ee6681f
commit
4c8e9f204e
1 changed files with 1 additions and 1 deletions
|
@ -18,9 +18,9 @@ export default function getQueueStatusText(queueStatus, queueState) {
|
|||
status = titleCase(queueStatus);
|
||||
break;
|
||||
case 'delay':
|
||||
case 'downloadClientUnavailable':
|
||||
status = translate('Pending');
|
||||
break;
|
||||
case 'DownloadClientUnavailable':
|
||||
case 'warning':
|
||||
status = translate('Error');
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue