From 743ac0e6d38237d9b36f7a95b47e29c496f610a5 Mon Sep 17 00:00:00 2001 From: Ben Sarmiento Date: Wed, 6 Dec 2023 20:22:27 +0100 Subject: [PATCH] Change config name --- internal/config/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {