mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Fix due dates in days for apkg export
This commit is contained in:
parent
6836da07ec
commit
80dc3ae99e
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ impl Collection {
|
|||
|
||||
let mut temp_col = Collection::new_minimal(path)?;
|
||||
temp_col.insert_data(&data)?;
|
||||
temp_col.set_creation_stamp(self.storage.creation_stamp()?)?;
|
||||
temp_col.close(Some(SchemaVersion::V11))?;
|
||||
|
||||
Ok(data.media_paths)
|
||||
|
|
Loading…
Reference in a new issue