Hotfix for Proxy

This commit is contained in:
Mukhtar Akere
2025-02-13 17:31:54 +01:00
parent 32ecc08a72
commit 6a24c372f5
3 changed files with 3 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ type Proxy struct {
LogLevel string `json:"log_level"`
Username string `json:"username"`
Password string `json:"password"`
CachedOnly *bool `json:"cached_only"`
CachedOnly bool `json:"cached_only"`
}
type QBitTorrent struct {