parent
4793ee4786
commit
8aa402526a
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ fun syncChaptersWithSource(
|
|||
return Pair(emptyList(), emptyList())
|
||||
}
|
||||
|
||||
val readded = mutableSetOf<Chapter>()
|
||||
val readded = mutableListOf<Chapter>()
|
||||
|
||||
db.inTransaction {
|
||||
val deletedChapterNumbers = TreeSet<Float>()
|
||||
|
|
Reference in a new issue