Skip to content

Commit 297052a

Browse files
committed
use string enum value
1 parent fccbd81 commit 297052a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webui/www/private/shareratio.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
let ratioLimitValue = 0.00;
8888
let seedingTimeLimitValue = 0;
8989
let inactiveSeedingTimeLimitValue = 0;
90-
let shareLimitActionValue = -1;
90+
let shareLimitActionValue = 'Default';
9191

9292
if (shareLimit === "default") {
9393
ratioLimitValue = seedingTimeLimitValue = inactiveSeedingTimeLimitValue = UseGlobalLimit;

0 commit comments

Comments
 (0)