Fixed build !wip

This commit is contained in:
Jamie 2017-12-08 08:35:49 +00:00
commit 7431ed9557
2 changed files with 2 additions and 2 deletions

View file

@ -16,6 +16,6 @@ namespace Ombi.Api.Plex.Models
public string videoFrameRate { get; set; }
public string audioProfile { get; set; }
public string videoProfile { get; set; }
public Part[] Part { get; set; }
//public Part[] Part { get; set; }
}
}

View file

@ -43,7 +43,7 @@ namespace Ombi.Api.Plex.Models
public string grandparentArt { get; set; }
public string grandparentTheme { get; set; }
public string chapterSource { get; set; }
// public Medium[] Media { get; set; }
public Medium[] Media { get; set; }
// public Director[] Director { get; set; }
// public Writer[] Writer { get; set; }
}