This commit is contained in:
FourTOne5
2021-12-21 20:35:00 +06:00
committed by GitHub
parent 4793ee4786
commit 8aa402526a

View File

@@ -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>()