diff --git a/anki/deck.py b/anki/deck.py index bcd6d1d28..d835985b9 100644 --- a/anki/deck.py +++ b/anki/deck.py @@ -1534,6 +1534,7 @@ where id = :id""", pending) modded) self.updateCardQACacheFromIds([f['fid'] for f in modded], type="facts") + return len(set([f['fid'] for f in modded])) # Progress info ##########################################################################