fix(db): Added Settings component

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2025-01-05 19:32:55 +11:00
parent 9e82a0b3c3
commit 8aad64ffa7
3 changed files with 3 additions and 1 deletions

View File

@ -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()),
));
}