mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
!wip
This commit is contained in:
parent
9d02f5e551
commit
5bb4d133ae
10 changed files with 103 additions and 38 deletions
|
@ -38,8 +38,16 @@ namespace Ombi.Core.Models.Search.V2
|
|||
public DateTime? DigitalReleaseDate { get; set; }
|
||||
public Similar Similar { get; set; }
|
||||
public Recommendations Recommendations { get; set; }
|
||||
public ExternalIds ExternalIds { get; set; }
|
||||
}
|
||||
|
||||
public class ExternalIds
|
||||
{
|
||||
public string ImdbId { get; set; }
|
||||
public string FacebookId { get; set; }
|
||||
public string InstagramId { get; set; }
|
||||
public string TwitterId { get; set; }
|
||||
}
|
||||
public class GenreViewModel
|
||||
{
|
||||
public int id { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue