mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
10 lines
No EOL
260 B
C#
10 lines
No EOL
260 B
C#
namespace Ombi.Core.Models.Search.V2
|
|
{
|
|
public class MultiSearchResult
|
|
{
|
|
public string Id { get; set; }
|
|
public string MediaType { get; set; }
|
|
public string Title { get; set; }
|
|
public string Poster { get; set; }
|
|
}
|
|
} |