mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
lint
This commit is contained in:
parent
297052a2b6
commit
30895d97a5
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@
|
||||||
let ratioLimitValue = 0.00;
|
let ratioLimitValue = 0.00;
|
||||||
let seedingTimeLimitValue = 0;
|
let seedingTimeLimitValue = 0;
|
||||||
let inactiveSeedingTimeLimitValue = 0;
|
let inactiveSeedingTimeLimitValue = 0;
|
||||||
let shareLimitActionValue = 'Default';
|
let shareLimitActionValue = "Default";
|
||||||
|
|
||||||
if (shareLimit === "default") {
|
if (shareLimit === "default") {
|
||||||
ratioLimitValue = seedingTimeLimitValue = inactiveSeedingTimeLimitValue = UseGlobalLimit;
|
ratioLimitValue = seedingTimeLimitValue = inactiveSeedingTimeLimitValue = UseGlobalLimit;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue