mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix: Attempt to solve GH-40
This commit is contained in:
parent
9644b71e57
commit
d24d6da950
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ class LibraryUpdateJob(private val context: Context, workerParams: WorkerParamet
|
|||
var hasDownloads = false
|
||||
ensureActive()
|
||||
notifier.showProgressNotification(manga, progress, mangaToUpdate.size)
|
||||
val fetchedChapters = source.getChapterList(manga)
|
||||
val fetchedChapters = source.getChapterList(manga.copy())
|
||||
|
||||
if (fetchedChapters.isNotEmpty()) {
|
||||
val newChapters = syncChaptersWithSource(db, fetchedChapters, manga, source)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue