mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
when exporting a standard anki deck, don't put media in dropbox
This commit is contained in:
parent
b8e19d5506
commit
f3a336a4e4
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ modified = :now
|
||||||
delete from stats""")
|
delete from stats""")
|
||||||
# media
|
# media
|
||||||
if self.includeMedia:
|
if self.includeMedia:
|
||||||
|
server.deck.mediaPrefix = ""
|
||||||
copyLocalMedia(client.deck, server.deck)
|
copyLocalMedia(client.deck, server.deck)
|
||||||
# need to save manually
|
# need to save manually
|
||||||
self.newDeck.rebuildCounts()
|
self.newDeck.rebuildCounts()
|
||||||
|
|
Loading…
Reference in a new issue