Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix card not being suspended after first being buried
The old code was only suspending cards with QUEUE_TYPE_NEW, QUEUE_TYPE_LRN, QUEUE_TYPE_REV, QUEUE_TYPE_DAY_LEARN_RELEARN or QUEUE_TYPE_PREVIEW. The code was changed to suspend cards that weren't already suspended, otherwise it will unsuspend previously suspended cards.
- Loading branch information