diff --git a/src/Ombi.Api.Plex/Models/Mediacontainer.cs b/src/Ombi.Api.Plex/Models/Mediacontainer.cs index c9f417a9c..b783eaa81 100644 --- a/src/Ombi.Api.Plex/Models/Mediacontainer.cs +++ b/src/Ombi.Api.Plex/Models/Mediacontainer.cs @@ -6,10 +6,6 @@ public class Mediacontainer { public int size { get; set; } public int totalSize { get; set; } - public bool allowSync { get; set; } - public string identifier { get; set; } - public string mediaTagPrefix { get; set; } - public int mediaTagVersion { get; set; } public string title1 { get; set; } public List Directory { get; set; } public string art { get; set; }