This commit is contained in:
FourTOne5 2021-12-21 20:35:00 +06:00 committed by GitHub
parent 4793ee4786
commit 8aa402526a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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