Remove Proxy featurw

This commit is contained in:
Mukhtar Akere
2025-04-13 13:03:43 +01:00
parent 8029cd3840
commit 39945616f3
71 changed files with 1 additions and 19915 deletions

View File

@@ -31,15 +31,6 @@ type Debrid struct {
WebDav
}
type Proxy struct {
Port string `json:"port"`
Enabled bool `json:"enabled"`
LogLevel string `json:"log_level"`
Username string `json:"username"`
Password string `json:"password"`
CachedOnly bool `json:"cached_only"`
}
type QBitTorrent struct {
Username string `json:"username"`
Password string `json:"password"`
@@ -92,7 +83,6 @@ type WebDav struct {
type Config struct {
LogLevel string `json:"log_level"`
Debrids []Debrid `json:"debrids"`
Proxy Proxy `json:"proxy"`
MaxCacheSize int `json:"max_cache_size"`
QBitTorrent QBitTorrent `json:"qbittorrent"`
Arrs []Arr `json:"arrs"`