Made a start on the Issues page

This commit is contained in:
Jamie Rees 2020-05-14 21:39:05 +01:00
parent 03fc7d4c19
commit c787e58f3b
26 changed files with 244 additions and 86 deletions

View file

@ -6,5 +6,6 @@ namespace Ombi.Core
public interface ITVSearchEngineV2
{
Task<SearchFullInfoTvShowViewModel> GetShowInformation(int tvdbid);
Task<SearchFullInfoTvShowViewModel> GetShowByRequest(int requestId);
}
}