mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-15 01:32:55 -07:00
Made a start on the Issues page
This commit is contained in:
parent
03fc7d4c19
commit
c787e58f3b
26 changed files with 244 additions and 86 deletions
|
@ -6,5 +6,6 @@ namespace Ombi.Core
|
|||
public interface ITVSearchEngineV2
|
||||
{
|
||||
Task<SearchFullInfoTvShowViewModel> GetShowInformation(int tvdbid);
|
||||
Task<SearchFullInfoTvShowViewModel> GetShowByRequest(int requestId);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue