Most likely fix clear database with keeping read

This commit is contained in:
Jobobby04 2022-04-09 19:04:19 -04:00
parent 88bccfc015
commit 9e78f4f0f1

View File

@ -231,7 +231,7 @@ interface MangaQueries : DbProvider {
)
""".trimIndent()
)
.whereArgs(0)
.whereArgs(0, *sourceIds.toTypedArray())
.build()
)
.prepare()