Change config name
This commit is contained in:
@@ -46,7 +46,7 @@ type ZurgConfig struct {
|
|||||||
RealDebridTimeout int `yaml:"realdebrid_timeout_secs" json:"realdebrid_timeout_secs"`
|
RealDebridTimeout int `yaml:"realdebrid_timeout_secs" json:"realdebrid_timeout_secs"`
|
||||||
RetriesUntilFailed int `yaml:"retries_until_failed" json:"retries_until_failed"`
|
RetriesUntilFailed int `yaml:"retries_until_failed" json:"retries_until_failed"`
|
||||||
UseDownloadCache bool `yaml:"use_download_cache" json:"use_download_cache"`
|
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 {
|
func (z *ZurgConfig) GetConfig() ZurgConfig {
|
||||||
|
|||||||
Reference in New Issue
Block a user