Use download client properly when fetching first byte

This commit is contained in:
Ben Sarmiento
2024-02-17 15:07:31 +01:00
parent b4b4ebbc49
commit 02d900971d
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,6 @@ type ZurgConfig struct {
RetriesUntilFailed int `yaml:"retries_until_failed" json:"retries_until_failed"`
ServeFromRclone bool `yaml:"serve_from_rclone" json:"serve_from_rclone"`
Username string `yaml:"username" json:"username"`
VerifyDownloadLink bool `yaml:"verify_download_link" json:"verify_download_link"`
}
func (z *ZurgConfig) GetConfig() ZurgConfig {