We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf296ab commit e38c1d3Copy full SHA for e38c1d3
src/config/config.go
@@ -66,7 +66,7 @@ type Lidarr struct {
66
DownloadAttempts int `env:"LIDARR_DL_ATTEMPTS" env-default:"3"` // Max number of files to attempt downloading per track
67
LidarrDir string `env:"LIDARR_DIR" env-default:"/lidarr/"`
68
MigrateDL bool `env:"MIGRATE_DOWNLOADS" env-default:"false"` // Move downloads from SlskdDir to DownloadDir
69
- Timeout time.Duration `env:"LIDARR_TIMEOUT" env-default:"20s"`
+ Timeout int `env:"LIDARR_TIMEOUT" env-default:"20"`
70
Scheme string `env:"LIDARR_SCHEME" env-default:"http"`
71
URL string `env:"LIDARR_URL"`
72
Filters Filters
0 commit comments