pull/6376/head
FourTOne5 3 years ago committed by GitHub
parent 4793ee4786
commit 8aa402526a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -97,7 +97,7 @@ fun syncChaptersWithSource(
return Pair(emptyList(), emptyList()) return Pair(emptyList(), emptyList())
} }
val readded = mutableSetOf<Chapter>() val readded = mutableListOf<Chapter>()
db.inTransaction { db.inTransaction {
val deletedChapterNumbers = TreeSet<Float>() val deletedChapterNumbers = TreeSet<Float>()

Loading…
Cancel
Save