This commit is contained in:
Jobobby04
2021-07-07 20:37:14 -04:00
parent 52b748d935
commit b49c64d4ff
2 changed files with 10 additions and 1 deletions
@@ -77,6 +77,15 @@ interface MangaQueries : DbProvider {
.prepare()
// SY -->
fun getMangas() = db.get()
.listOfObjects(Manga::class.java)
.withQuery(
Query.builder()
.table(MangaTable.TABLE)
.build()
)
.prepare()
fun getReadNotInLibraryMangas() = db.get()
.listOfObjects(Manga::class.java)
.withQuery(