mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-04 19:34:35 -05:00
Fix MangaDex and Other Sources (#715)
This commit is contained in:
@@ -416,7 +416,6 @@ class OpAnd(var op: Op<Boolean>? = null) {
|
||||
value: String?,
|
||||
column: Column<String?>,
|
||||
) = andWhere(value) { column like it }
|
||||
|
||||
}
|
||||
|
||||
fun <T : Comparable<T>> andFilterWithCompare(
|
||||
|
||||
Reference in New Issue
Block a user