mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
!wip added a search by actor methodin the Movie Search Engine
This commit is contained in:
parent
3e4b2a8e9f
commit
ff73e78e2c
6 changed files with 136 additions and 2 deletions
|
@ -19,5 +19,7 @@ namespace Ombi.Api.TheMovieDb
|
|||
Task<FindResult> Find(string externalId, ExternalSource source);
|
||||
Task<TvExternals> GetTvExternals(int theMovieDbId);
|
||||
Task<TvInfo> GetTVInfo(string themoviedbid);
|
||||
Task<TheMovieDbContainer<ActorResult>> SearchByActor(string searchTerm, string langCode);
|
||||
Task<ActorCredits> GetActorMovieCredits(int actorId, string langCode);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue