diff --git a/anki/exporting.py b/anki/exporting.py index 39332d873..7eade06f7 100644 --- a/anki/exporting.py +++ b/anki/exporting.py @@ -136,6 +136,7 @@ modified = :now delete from stats""") # media if self.includeMedia: + server.deck.mediaPrefix = "" copyLocalMedia(client.deck, server.deck) # need to save manually self.newDeck.rebuildCounts()