mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 15:35:35 +01:00
Optimize user langs
This commit is contained in:
@@ -438,7 +438,7 @@ async fn download_archive(
|
||||
object_id: id,
|
||||
object_type: task_type,
|
||||
file_format: file_type,
|
||||
allowed_langs
|
||||
allowed_langs: allowed_langs.into_vec(),
|
||||
}).await;
|
||||
|
||||
let mut task = match task {
|
||||
|
||||
Reference in New Issue
Block a user