fix: Take suspended cards into account when creating new production notes
This commit is contained in:
parent
73e64f534d
commit
806b70dafd
|
@ -56,7 +56,7 @@ class AnkiService
|
|||
public function getAllSentenceListeningNoteIds(): array
|
||||
{
|
||||
$query = sprintf(
|
||||
'"note:%s" -is:suspended',
|
||||
'"note:%s"',
|
||||
SentenceListeningNote::MODEL_NAME,
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue