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

View File

@ -263,7 +263,7 @@ class Downloader(
* *
* @param manga the manga of the chapters to download. * @param manga the manga of the chapters to download.
* @param chapters the list of 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) { fun queueChapters(manga: Manga, chapters: List<Chapter>, autoStart: Boolean) {
if (chapters.isEmpty()) return if (chapters.isEmpty()) return