API changes to allow for searching movies by actor

This commit is contained in:
smcpeck 2017-02-23 12:02:04 -06:00
commit 9380ba3e45
4 changed files with 88 additions and 12 deletions

View file

@ -77,6 +77,7 @@ namespace Ombi.Core
{
SearchForMovies = true,
SearchForTvShows = true,
SearchForActors = true,
BaseUrl = baseUrl ?? string.Empty,
CollectAnalyticData = true,
};