Skip to content

Commit

Permalink
Add collection_title to metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
bpepple committed Jan 7, 2025
1 parent 06beec4 commit daf4db5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions metrontagger/talker.py
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,8 @@ def map_ratings(rating: str) -> AgeRatings:
md.modified = resp.modified
if resp.story_titles:
md.stories = [Basic(story) for story in resp.story_titles]
if resp.collection_title:
md.collection_title = resp.collection_title
if resp.characters:
md.characters = create_resource_list(resp.characters)
if resp.teams:
Expand Down

0 comments on commit daf4db5

Please sign in to comment.