mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
!wip
This commit is contained in:
parent
2d15b7c7d4
commit
1b2891684c
18 changed files with 137 additions and 439 deletions
|
@ -40,6 +40,17 @@ namespace Ombi.Core.Models.Search.V2
|
|||
public Similar Similar { get; set; }
|
||||
public Recommendations Recommendations { get; set; }
|
||||
public ExternalIds ExternalIds { get; set; }
|
||||
public Keywords Keywords { get; set; }
|
||||
}
|
||||
public class Keywords
|
||||
{
|
||||
public List<KeywordsValue> KeywordsValue { get; set; }
|
||||
}
|
||||
|
||||
public class KeywordsValue
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
}
|
||||
|
||||
public class CollectionsViewModel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue