mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
force media sync to go in one direction
This commit is contained in:
parent
d0653f2f7a
commit
e6b207f7af
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ class Anki10Importer(Importer):
|
|||
if client.mediaSyncPending:
|
||||
bulkClient = BulkMediaSyncer(client.deck)
|
||||
bulkServer = BulkMediaSyncer(server.deck)
|
||||
bulkClient.oneWay = True
|
||||
bulkClient.server = bulkServer
|
||||
bulkClient.sync()
|
||||
# add tags
|
||||
|
|
Loading…
Reference in a new issue