mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-16 01:31:22 +10:00
fix(db): Added Settings component
Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
@ -155,7 +155,7 @@ pub fn download_game_chunk(
|
||||
if content_length.is_none() {
|
||||
error!("Recieved 0 length content from server");
|
||||
return Err(ApplicationDownloadError::Communication(
|
||||
RemoteAccessError::InvalidResponse,
|
||||
RemoteAccessError::InvalidResponse(response.json().unwrap()),
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user