This commit is contained in:
2023-08-09 16:30:55 +02:00
parent 8a1c525a78
commit 32808f9006
2 changed files with 6 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ pub async fn cache_file(
};
let downloader_result = match download_from_downloader(
book.remote_id,
book.source.id,
object_id,
object_type.clone()
).await {