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