Change config name

This commit is contained in:
Ben Sarmiento
2023-12-06 20:22:27 +01:00
parent 2aacff1125
commit 743ac0e6d3

View File

@@ -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 {