fix apkg exporting

This commit is contained in:
Damien Elmes 2012-04-06 19:28:36 +09:00
parent 37b89cdac3
commit 6e7ea8e25b

View file

@ -188,7 +188,7 @@ class AnkiExporter(Exporter):
media = {} media = {}
if self.includeMedia: if self.includeMedia:
for row in notedata: for row in notedata:
flds = row[7] flds = row[6]
mid = row[2] mid = row[2]
for file in self.src.media.filesInStr(mid, flds): for file in self.src.media.filesInStr(mid, flds):
media[file] = True media[file] = True