Update channel handler

This commit is contained in:
2022-12-16 23:12:24 +01:00
parent 95eb3e0862
commit 0117a6b567
2 changed files with 6 additions and 15 deletions

View File

@@ -84,7 +84,7 @@ pub async fn download_file(
let headers = response.headers();
log::debug!("Download headers: {:?}", headers);
log::info!("Download headers: {:?}", headers);
let filename = headers
.get("content-disposition")