Updated on 2026-08-14
This commit is contained in:
commit
5d7a254226
1 changed files with 6 additions and 1 deletions
|
|
@ -128,6 +128,11 @@ class ScanNoteTask(val card: Card? = null) : CardSessionRunnable<ScanNoteRespons
|
|||
}
|
||||
|
||||
companion object {
|
||||
private val excludedBatches = listOf("0027", "0030", "0031")
|
||||
private val excludedBatches = listOf(
|
||||
"0027",
|
||||
"0030",
|
||||
"0031", //tags
|
||||
"0079", //TOTHEMOON
|
||||
)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue