Skip to content

Commit

Permalink
fix(plex): 🐛 Fixed an issue with the Plex Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusjar committed Jun 5, 2022
1 parent 75183f3 commit ab1a11a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Ombi.Api.Plex/Models/Metadata.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ public class Metadata
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>();
}

Expand Down

0 comments on commit ab1a11a

Please sign in to comment.