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

pull/4683/head
tidusjar 2 years ago
parent 75183f3a81
commit ab1a11af78

@ -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>();
}

Loading…
Cancel
Save