mirror of
https://github.com/flibusta-apps/telegram_files_cache_server.git
synced 2025-12-06 06:35:38 +01:00
Fix
This commit is contained in:
@@ -198,11 +198,9 @@ pub async fn start_update_cache(
|
||||
}
|
||||
};
|
||||
|
||||
if cached_file.is_some() {
|
||||
continue;
|
||||
}
|
||||
|
||||
if cached_file.is_none() {
|
||||
cache_file(book.id, available_type, db.clone()).await;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user