mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
after full sync, reopen deck for media sync
This commit is contained in:
parent
452ed53019
commit
8f9e4ca5ee
1 changed files with 2 additions and 1 deletions
|
@ -239,7 +239,8 @@ class SyncThread(QThread):
|
||||||
self.client.upload()
|
self.client.upload()
|
||||||
else:
|
else:
|
||||||
self.client.download()
|
self.client.download()
|
||||||
# move on to media sync
|
# reopen db and move on to media sync
|
||||||
|
self.col.reopen()
|
||||||
self._syncMedia()
|
self._syncMedia()
|
||||||
|
|
||||||
def _syncMedia(self):
|
def _syncMedia(self):
|
||||||
|
|
Loading…
Reference in a new issue