API changes to allow for searching movies by actor

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

View file

@ -41,6 +41,7 @@ namespace Ombi.Core.SettingModels
public int Port { get; set; }
public string BaseUrl { get; set; }
public bool SearchForMovies { get; set; }
public bool SearchForActors { get; set; }
public bool SearchForTvShows { get; set; }
public bool SearchForMusic { get; set; }
[Obsolete("Use the user management settings")]