mirror of
https://github.com/flibusta-apps/batch_downloader.git
synced 2025-12-06 14:25:36 +01:00
Fix
This commit is contained in:
@@ -213,7 +213,7 @@ pub async fn create_archive_task(key: String, data: CreateTask) {
|
||||
let task = Task {
|
||||
id: key.clone(),
|
||||
status: crate::structures::TaskStatus::Complete,
|
||||
status_description: "Архив готов!".to_string(),
|
||||
status_description: "Архив готов! Ожидайте файл".to_string(),
|
||||
error_message: None,
|
||||
result_filename: Some(final_filename),
|
||||
result_link: Some(link)
|
||||
|
||||
Reference in New Issue
Block a user