Skip to content

Commit

Permalink
fix: Fix conflicting property name for Swagger (#4733)
Browse files Browse the repository at this point in the history
  • Loading branch information
sephrat authored Aug 22, 2022
1 parent 65f2681 commit d661f32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Ombi.Api.Plex/Models/Metadata.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public class Metadata
public string grandparentTheme { get; set; }
public string chapterSource { get; set; }
public Medium[] Media { get; set; }
[JsonProperty("Guid")] // force uppercase to solve conflict with lowercase guid
public List<PlexGuids> Guid { get; set; } = new List<PlexGuids>();
}

Expand Down

0 comments on commit d661f32

Please sign in to comment.