parent
4793ee4786
commit
8aa402526a
@ -97,7 +97,7 @@ fun syncChaptersWithSource(
|
||||
return Pair(emptyList(), emptyList())
|
||||
}
|
||||
|
||||
val readded = mutableSetOf<Chapter>()
|
||||
val readded = mutableListOf<Chapter>()
|
||||
|
||||
db.inTransaction {
|
||||
val deletedChapterNumbers = TreeSet<Float>()
|
||||
|
Loading…
Reference in New Issue
Block a user