diff --git a/anki/exporting.py b/anki/exporting.py index ea3817968..17003f35b 100644 --- a/anki/exporting.py +++ b/anki/exporting.py @@ -246,7 +246,6 @@ class AnkiPackageExporter(AnkiExporter): colfile = path.replace(".apkg", ".anki2") AnkiExporter.exportInto(self, colfile) z.write(colfile, "collection.anki2") - z.writestr("meta", json.dumps(dict(full=False))) # and media self.prepareMedia() media = {} @@ -267,7 +266,6 @@ class AnkiPackageExporter(AnkiExporter): self.count = self.col.cardCount() self.col.close() z.write(self.col.path, "collection.anki2") - z.writestr("meta", json.dumps(dict(full=True))) self.col.reopen() # copy all media if not self.includeMedia: