mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Use tags and autocomplete for excluded keywords
This commit is contained in:
parent
22d47512b6
commit
721ef47bb2
16 changed files with 223 additions and 29 deletions
|
@ -21,5 +21,7 @@ namespace Ombi.Api.TheMovieDb
|
|||
Task<TvInfo> GetTVInfo(string themoviedbid);
|
||||
Task<TheMovieDbContainer<ActorResult>> SearchByActor(string searchTerm, string langCode);
|
||||
Task<ActorCredits> GetActorMovieCredits(int actorId, string langCode);
|
||||
Task<List<Keyword>> SearchKeyword(string searchTerm);
|
||||
Task<Keyword> GetKeyword(int keywordId);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue