mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-12 21:42:49 +01:00
Update Downloader.kt
enqueing -> enqueueing
This commit is contained in:
parent
e4a65656e7
commit
f65c804067
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user