mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 03:28:28 -07:00
Added images to the search
This commit is contained in:
parent
6d339e7a1c
commit
ab15439a27
6 changed files with 36 additions and 20 deletions
|
@ -63,6 +63,7 @@ namespace Ombi.Core.Engine.V2
|
|||
var result = new MultiSearchResult
|
||||
{
|
||||
MediaType = multiSearch.media_type,
|
||||
Poster = multiSearch.poster_path
|
||||
};
|
||||
|
||||
if (multiSearch.media_type.Equals("movie", StringComparison.InvariantCultureIgnoreCase))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue