mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02: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
|
@ -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")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue