mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
parent
c01265c4cf
commit
94d98e78db
1 changed files with 1 additions and 1 deletions
|
@ -750,7 +750,7 @@ Supports the formats: S01E01, 1x1, 2017.12.31 and 31.12.2017 (Date formats also
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((rulesList[ruleName].torrentParams.stopped === undefined) || (rulesList[ruleName].torrentParams.stopped === null))
|
if ((rulesList[ruleName].torrentParams.stopped === undefined) || (rulesList[ruleName].torrentParams.stopped === null))
|
||||||
$("addStoppedCombobox").value = "default";
|
$("addPausedCombobox").value = "default";
|
||||||
else
|
else
|
||||||
$('addPausedCombobox').value = rulesList[ruleName].torrentParams.stopped ? 'always' : 'never';
|
$('addPausedCombobox').value = rulesList[ruleName].torrentParams.stopped ? 'always' : 'never';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue