Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix MovieRole object which was missing some important properties #528

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

keytrap-x86
Copy link

The MovieRole now corresponds to the movie credits object.

image

[JsonProperty("poster_path")]
public string PosterPath { get; set; }

[JsonProperty("release_date")]
public DateTime? ReleaseDate { get; set; }
public string ReleaseDate { get; set; }
Copy link
Contributor

@Shadowghost Shadowghost Jan 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the type change? If it properly translates, I'd rather keep DateTime

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants