Skip to content

Commit

Permalink
Add store_date to resp -> mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
bpepple committed Nov 1, 2024
1 parent 4a0d682 commit 3ebb8c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metrontagger/talker.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,7 @@ def map_ratings(rating: str) -> AgeRatings:
Basic(resp.imprint.name, resp.imprint.id) if resp.imprint else None
)
md.cover_date = resp.cover_date or None
md.store_date = resp.store_date or None
md.comments = resp.desc
md.notes = create_notes(resp.id)
md.modified = resp.modified
Expand Down

0 comments on commit 3ebb8c8

Please sign in to comment.