"Template" special field should have been called "Card"
This commit is contained in:
parent
683d779c3f
commit
ebce044be5
@ -137,7 +137,7 @@ impl Collection {
|
||||
.or_insert_with(|| deck_name.to_string().into());
|
||||
map.entry("CardFlag")
|
||||
.or_insert_with(|| flag_name(card.flags).into());
|
||||
map.entry("Template")
|
||||
map.entry("Card")
|
||||
.or_insert_with(|| template.name.clone().into());
|
||||
|
||||
Ok(())
|
||||
|
Loading…
Reference in New Issue
Block a user