fix: Fix conflicting property name for Swagger (#4733)

fix-stats-controller
sephrat 2 years ago committed by GitHub
parent 65f26812be
commit d661f32e8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save