mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
fix: Fix conflicting property name for Swagger (#4733)
This commit is contained in:
parent
65f26812be
commit
d661f32e8a
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ namespace Ombi.Api.Plex.Models
|
|||
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>();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue