mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-14 00:31:33 +10:00
feat(downloads): Added AgentInterfaceData to get information about all downloads in queue
Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
@ -148,7 +148,7 @@ pub fn download_game_chunk(
|
||||
.get(chunk_url)
|
||||
.header("Authorization", header)
|
||||
.send()
|
||||
.map_err(|e| GameDownloadError::CommunicationError(RemoteAccessError::FetchError(e)))?;
|
||||
.map_err(|e| GameDownloadError::CommunicationError(e.into()))?;
|
||||
|
||||
let mut destination = DropWriter::new(ctx.path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user