1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-31 20:35:37 +00:00

Do or do not, there is no try.

This commit is contained in:
Taloth Saldono 2016-01-21 21:10:22 +01:00
parent 64e90f35c8
commit de379b2e47

View file

@ -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=
commands.Add("d.open=");
commands.Add("d.try_start=");
commands.Add("d.start=");
if (commands.Any())
{