mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-22 22:16:13 -04:00
Monitor and Process downloads separately
New: Queue remains up to date while importing file from remote file system Fixed: Failed downloads still in queue won't result in failed search Closes #668 Closes #907 Fixes #2973
This commit is contained in:
committed by
Mark McDowall
parent
4e965e59a9
commit
3916495329
@@ -168,7 +168,7 @@ class QueuedTaskRow extends Component {
|
||||
isCancelConfirmModalOpen
|
||||
} = this.state;
|
||||
|
||||
let triggerIcon = icons.UNKNOWN;
|
||||
let triggerIcon = icons.QUICK;
|
||||
|
||||
if (trigger === 'manual') {
|
||||
triggerIcon = icons.INTERACTIVE;
|
||||
|
||||
Reference in New Issue
Block a user