This commit is contained in:
Jobobby04 2021-02-11 19:27:10 -05:00
parent 04da26195e
commit efe0d9de05

View File

@ -359,8 +359,10 @@ class LibraryUpdateService(
}
// Convert to the manga that contains new chapters
newUpdates.add(manga to newChapters.sortedByDescending { ch -> ch.source_order }
.toTypedArray())
newUpdates.add(
manga to newChapters.sortedByDescending { ch -> ch.source_order }
.toTypedArray()
)
}
} catch (e: Throwable) {
val errorMessage = if (e is NoChaptersException) {