diff --git a/internal/handlers/home.go b/internal/handlers/home.go
index d880265..2df3748 100644
--- a/internal/handlers/home.go
+++ b/internal/handlers/home.go
@@ -206,6 +206,10 @@ func (zr *Handlers) handleHome(resp http.ResponseWriter, req *http.Request) {
API Timeout |
%d secs |
+
+ | Get torrents count |
+ %d at a time |
+
| Download Timeout |
%d secs |
@@ -307,6 +311,7 @@ func (zr *Handlers) handleHome(resp http.ResponseWriter, req *http.Request) {
response.Config.GetRepairEveryMins(),
response.Config.ShouldDeleteRarFiles(),
response.Config.GetApiTimeoutSecs(),
+ response.Config.GetTorrentsCount(),
response.Config.GetDownloadTimeoutSecs(),
response.Config.EnableDownloadMount(),
response.Config.GetDownloadsEveryMins(),