Skip to content

Commit

Permalink
WebUI: Fix shadow_banned_IPs
Browse files Browse the repository at this point in the history
  • Loading branch information
c0re100 committed Jan 10, 2025
1 parent fce6849 commit 8607130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/www/private/views/preferences.html
Original file line number Diff line number Diff line change
Expand Up @@ -2908,7 +2908,7 @@
settings["auto_ban_unknown_peer"] = $("autoBanUnknownPeer").getProperty("checked");
settings["auto_ban_bt_player_peer"] = $("autoBanBittorrentPlayer").getProperty("checked");
settings["shadow_ban_enabled"] = $("shadowBan").getProperty("checked");
settings["shadow_banned_IPs"] = $("shadowBannedIPs").getProperty("checked");
settings["shadow_banned_IPs"] = $("shadowBannedIPs").getProperty("value");
settings["ignore_ssl_errors"] = $("ignoreSSLErrors").getProperty("checked");
settings["python_executable_path"] = $("pythonExecutablePath").getProperty("value");

Expand Down

0 comments on commit 8607130

Please sign in to comment.