mirror of
https://github.com/ankitects/anki.git
synced 2025-11-13 16:17:13 -05: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)
|
self.deck.rebuildCounts(full=False)
|
||||||
|
|
||||||
def rebuildPriorities(self, cardIds, suspend=[]):
|
def rebuildPriorities(self, cardIds, suspend=[]):
|
||||||
self.deck.updatePriorities(cardIds, suspend=suspend)
|
self.deck.updatePriorities(cardIds, suspend=suspend, dirty=False)
|
||||||
|
|
||||||
def postSyncRefresh(self):
|
def postSyncRefresh(self):
|
||||||
"Flush changes to DB, and reload object associations."
|
"Flush changes to DB, and reload object associations."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue