Fixed build !wip

pull/1805/head
Jamie 7 years ago
parent 7edc36406e
commit 7431ed9557

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

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

Loading…
Cancel
Save