We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7ac71 commit 35da8b0Copy full SHA for 35da8b0
source/code/torrent_miscellaneous.pas
@@ -664,7 +664,6 @@ function ConsoleModeDecodeParameter(out FileNameOrDirStr: UTF8String;
664
Result := DecodeConsoleUpdateParameter(ParamStr(2), TrackerList);
665
// first parameter MUST be the file/folder
666
FileNameOrDirStr := UTF8Trim(ParamStr(1));
667
- Exit;
668
end;
669
670
//Check for parameter -SAC and -SOURCE
@@ -673,6 +672,7 @@ function ConsoleModeDecodeParameter(out FileNameOrDirStr: UTF8String;
673
672
if ParamStr(i) = '-SAC' then
674
begin
675
TrackerList.SkipAnnounceCheck := True;
+ Continue;
676
677
678
if ParamStr(i) = '-SOURCE' then
0 commit comments