mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 09:16:38 -04:00
fix apkg exporting
This commit is contained in:
parent
37b89cdac3
commit
6e7ea8e25b
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ class AnkiExporter(Exporter):
|
|||
media = {}
|
||||
if self.includeMedia:
|
||||
for row in notedata:
|
||||
flds = row[7]
|
||||
flds = row[6]
|
||||
mid = row[2]
|
||||
for file in self.src.media.filesInStr(mid, flds):
|
||||
media[file] = True
|
||||
|
|
Loading…
Reference in a new issue