This commit is contained in:
tidusjar 2019-07-10 22:45:09 +01:00
parent ff6e3868bb
commit 47aababfa7
9 changed files with 171 additions and 42 deletions

View file

@ -0,0 +1,8 @@
namespace Ombi.Core.Models.Search.V2
{
public class MultiSearchResult
{
public string MediaType { get; set; }
public string Title { get; set; }
}
}