mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 11:38:32 -07:00
more !wip
This commit is contained in:
parent
0ce93071f1
commit
cdec1f4f27
12 changed files with 573 additions and 8 deletions
12
src/Ombi.Core/Engine/Interfaces/IMovieEngineV2.cs
Normal file
12
src/Ombi.Core/Engine/Interfaces/IMovieEngineV2.cs
Normal file
|
@ -0,0 +1,12 @@
|
|||
using Ombi.Core.Models.Search;
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
using Ombi.Core.Models.Search.V2;
|
||||
|
||||
namespace Ombi.Core
|
||||
{
|
||||
public interface IMovieEngineV2
|
||||
{
|
||||
Task<MovieFullInfoViewModel> GetFullMovieInformation(int theMovieDbId, string langCode = null);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue