mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
!wip
This commit is contained in:
parent
65d1672d2b
commit
e95ca1523d
8 changed files with 35 additions and 3 deletions
|
@ -46,6 +46,12 @@ namespace Ombi.Core.Engine.V2
|
|||
return await ProcessSingleMovie(movieInfo);
|
||||
}
|
||||
|
||||
public async Task<int> GetTvDbId(int theMovieDbId)
|
||||
{
|
||||
var result = await MovieApi.GetTvExternals(theMovieDbId);
|
||||
return result.tvdb_id;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Get similar movies to the id passed in
|
||||
/// </summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue