mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
API changes to allow for searching movies by actor
This commit is contained in:
parent
a8288a93b0
commit
9380ba3e45
4 changed files with 88 additions and 12 deletions
|
@ -77,6 +77,7 @@ namespace Ombi.Core
|
|||
{
|
||||
SearchForMovies = true,
|
||||
SearchForTvShows = true,
|
||||
SearchForActors = true,
|
||||
BaseUrl = baseUrl ?? string.Empty,
|
||||
CollectAnalyticData = true,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue