mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
don't dirty cards on sync
This commit is contained in:
parent
cd87adbe71
commit
19584bd642
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ class SyncTools(object):
|
|||
self.deck.rebuildCounts(full=False)
|
||||
|
||||
def rebuildPriorities(self, cardIds, suspend=[]):
|
||||
self.deck.updatePriorities(cardIds, suspend=suspend)
|
||||
self.deck.updatePriorities(cardIds, suspend=suspend, dirty=False)
|
||||
|
||||
def postSyncRefresh(self):
|
||||
"Flush changes to DB, and reload object associations."
|
||||
|
|
Loading…
Reference in a new issue