Fix filtered scanlators
This commit is contained in:
parent
ae99b733e7
commit
8d7aa4b6a2
@ -22,8 +22,8 @@ class MangaFilteredScanlatorsPutResolver : PutResolver<Manga>() {
|
|||||||
|
|
||||||
fun mapToUpdateQuery(manga: Manga) = UpdateQuery.builder()
|
fun mapToUpdateQuery(manga: Manga) = UpdateQuery.builder()
|
||||||
.table(MangaTable.TABLE)
|
.table(MangaTable.TABLE)
|
||||||
.where("${MangaTable.COL_FILTERED_SCANLATORS} = ?")
|
.where("${MangaTable.COL_ID} = ?")
|
||||||
.whereArgs(manga.filtered_scanlators)
|
.whereArgs(manga.id)
|
||||||
.build()
|
.build()
|
||||||
|
|
||||||
fun mapToContentValues(manga: Manga) = contentValuesOf(
|
fun mapToContentValues(manga: Manga) = contentValuesOf(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user