mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 04:49:33 -07:00
Fixed build !wip
This commit is contained in:
parent
7edc36406e
commit
7431ed9557
2 changed files with 2 additions and 2 deletions
|
@ -16,6 +16,6 @@ namespace Ombi.Api.Plex.Models
|
||||||
public string videoFrameRate { get; set; }
|
public string videoFrameRate { get; set; }
|
||||||
public string audioProfile { get; set; }
|
public string audioProfile { get; set; }
|
||||||
public string videoProfile { 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 grandparentArt { get; set; }
|
||||||
public string grandparentTheme { get; set; }
|
public string grandparentTheme { get; set; }
|
||||||
public string chapterSource { get; set; }
|
public string chapterSource { get; set; }
|
||||||
// public Medium[] Media { get; set; }
|
public Medium[] Media { get; set; }
|
||||||
// public Director[] Director { get; set; }
|
// public Director[] Director { get; set; }
|
||||||
// public Writer[] Writer { get; set; }
|
// public Writer[] Writer { get; set; }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue