commit
40b6e8c0a4
@ -764,7 +764,7 @@ class AnkiBridge:
|
||||
'fields': fields,
|
||||
'modelName': model['name'],
|
||||
'cards': self.collection().db.list(
|
||||
"select id from cards where nid = ? order by ord", self.id)
|
||||
"select id from cards where nid = ? order by ord", note.id)
|
||||
})
|
||||
except TypeError as e:
|
||||
# Anki will give a TypeError if the note ID does not exist.
|
||||
|
Loading…
Reference in New Issue
Block a user