diff --git a/internal/config/types.go b/internal/config/types.go index 4a3890e..43157d9 100644 --- a/internal/config/types.go +++ b/internal/config/types.go @@ -46,7 +46,7 @@ type ZurgConfig struct { RealDebridTimeout int `yaml:"realdebrid_timeout_secs" json:"realdebrid_timeout_secs"` RetriesUntilFailed int `yaml:"retries_until_failed" json:"retries_until_failed"` UseDownloadCache bool `yaml:"use_download_cache" json:"use_download_cache"` - DeleteRarFiles bool `yaml:"delete_rar_files" json:"delete_rar_files"` + DeleteRarFiles bool `yaml:"auto_delete_rar_torrents" json:"auto_delete_rar_torrents"` } func (z *ZurgConfig) GetConfig() ZurgConfig {