fix(plex): 🐛 Fixed an issue with the Plex Sync

This commit is contained in:
tidusjar 2022-06-05 20:54:18 +01:00
commit ab1a11af78

View file

@ -39,9 +39,6 @@ namespace Ombi.Api.Plex.Models
public string grandparentTheme { get; set; }
public string chapterSource { get; set; }
public Medium[] Media { get; set; }
[JsonProperty("guids")]
public List<PlexGuids> Guid { get; set; } = new List<PlexGuids>();
}