mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
do partial tag update on sync
This commit is contained in:
parent
cc50a5fdae
commit
fe6fb005b6
1 changed files with 1 additions and 1 deletions
|
@ -166,6 +166,7 @@ class SyncTools(object):
|
|||
self.deck.rebuildCounts(full=False)
|
||||
|
||||
def rebuildPriorities(self, cardIds, suspend=[]):
|
||||
self.deck.updateAllPriorities(partial=True, dirty=False)
|
||||
self.deck.updatePriorities(cardIds, suspend=suspend, dirty=False)
|
||||
|
||||
def postSyncRefresh(self):
|
||||
|
@ -587,7 +588,6 @@ insert or replace into deckVars
|
|||
del deck['meta']
|
||||
self.applyDict(self.deck, deck)
|
||||
self.deck.lastSync = self.deck.modified
|
||||
self.deck.updateTagPriorities()
|
||||
self.deck.updateDynamicIndices()
|
||||
|
||||
def bundleStats(self):
|
||||
|
|
Loading…
Reference in a new issue