mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
fix a big sync bug
This commit is contained in:
parent
edda1e5803
commit
06d1f713b5
2 changed files with 2 additions and 1 deletions
|
@ -53,6 +53,6 @@ try:
|
||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
version = "0.9.8.4"
|
version = "0.9.8.5"
|
||||||
|
|
||||||
from anki.deck import DeckStorage
|
from anki.deck import DeckStorage
|
||||||
|
|
|
@ -49,6 +49,7 @@ class SyncTools(object):
|
||||||
self.deck = deck
|
self.deck = deck
|
||||||
self.diffs = {}
|
self.diffs = {}
|
||||||
self.serverExcludedTags = []
|
self.serverExcludedTags = []
|
||||||
|
self.bundleMedia = True
|
||||||
|
|
||||||
# Control
|
# Control
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|
Loading…
Reference in a new issue