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 #4720 and unit tests #4721

Closed
wants to merge 1 commit into from
Closed

Fix #4720 and unit tests #4721

wants to merge 1 commit into from

Conversation

kikyalex
Copy link

@kikyalex kikyalex commented Aug 5, 2022

Fix #4720 and 1 unit test that seems to be off

@@ -25,7 +24,6 @@ public class Metadata
public string primaryExtraKey { get; set; }
public string parentRatingKey { get; set; }
public string grandparentRatingKey { get; set; }
public string guid { get; set; }
Copy link
Member

Choose a reason for hiding this comment

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

We cannot do this. This will break the Plex Integration.

We rely on the guid property.

@tidusjar
Copy link
Member

tidusjar commented Aug 9, 2022

This is a problem, i've not looked into the best solution yet, it's probably combining the models rather than removing a property

@tidusjar tidusjar closed this Aug 9, 2022
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.

Swagger 500 errors in 4.22.5
2 participants