Cleanup
This commit is contained in:
parent
04da26195e
commit
efe0d9de05
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user