Update Downloader.kt

enqueing -> enqueueing
This commit is contained in:
Ikko Eltociear Ashimine 2024-01-19 01:37:46 +09:00 committed by GitHub
parent e4a65656e7
commit f65c804067
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -263,7 +263,7 @@ class Downloader(
*
* @param manga the manga of the chapters to download.
* @param chapters the list of chapters to download.
* @param autoStart whether to start the downloader after enqueing the chapters.
* @param autoStart whether to start the downloader after enqueueing the chapters.
*/
fun queueChapters(manga: Manga, chapters: List<Chapter>, autoStart: Boolean) {
if (chapters.isEmpty()) return