mirror of
https://github.com/Radarr/Radarr
synced 2025-12-09 01:46:09 +01:00
Show Remove Failed option in torrent download clients
(cherry picked from commit 24ce10006eda8563b74c25a54dea92e966e6d786)
This commit is contained in:
parent
d4bb318253
commit
a3515db9f7
1 changed files with 10 additions and 14 deletions
|
|
@ -48,7 +48,6 @@ class EditDownloadClientModalContent extends Component {
|
||||||
implementationName,
|
implementationName,
|
||||||
name,
|
name,
|
||||||
enable,
|
enable,
|
||||||
protocol,
|
|
||||||
priority,
|
priority,
|
||||||
removeCompletedDownloads,
|
removeCompletedDownloads,
|
||||||
removeFailedDownloads,
|
removeFailedDownloads,
|
||||||
|
|
@ -171,8 +170,6 @@ class EditDownloadClientModalContent extends Component {
|
||||||
/>
|
/>
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
|
|
||||||
{
|
|
||||||
protocol.value !== 'torrent' &&
|
|
||||||
<FormGroup>
|
<FormGroup>
|
||||||
<FormLabel>{translate('RemoveFailed')}</FormLabel>
|
<FormLabel>{translate('RemoveFailed')}</FormLabel>
|
||||||
|
|
||||||
|
|
@ -184,7 +181,6 @@ class EditDownloadClientModalContent extends Component {
|
||||||
onChange={onInputChange}
|
onChange={onInputChange}
|
||||||
/>
|
/>
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
}
|
|
||||||
</FieldSet>
|
</FieldSet>
|
||||||
</Form>
|
</Form>
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue