diff --git a/metrontagger/talker.py b/metrontagger/talker.py index e3fe1df..b01b128 100644 --- a/metrontagger/talker.py +++ b/metrontagger/talker.py @@ -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: