mirror of
https://github.com/Radarr/Radarr
synced 2025-01-18 21:52:10 +00:00
Do or do not, there is no try.
This commit is contained in:
parent
64e90f35c8
commit
de379b2e47
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ public void SetDeferredMagnetProperties(string hash, string category, string dir
|
||||||
|
|
||||||
// Ensure it gets started if the user doesn't have schedule=...,start_tied=
|
// Ensure it gets started if the user doesn't have schedule=...,start_tied=
|
||||||
commands.Add("d.open=");
|
commands.Add("d.open=");
|
||||||
commands.Add("d.try_start=");
|
commands.Add("d.start=");
|
||||||
|
|
||||||
if (commands.Any())
|
if (commands.Any())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue