mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 19:40:05 -07:00
Added another API
This commit is contained in:
parent
cdcea0ca8b
commit
92195a1598
12 changed files with 131 additions and 40 deletions
9
src/Ombi.Core/IImageService.cs
Normal file
9
src/Ombi.Core/IImageService.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
using System.Threading.Tasks;
|
||||
|
||||
namespace Ombi.Core
|
||||
{
|
||||
public interface IImageService
|
||||
{
|
||||
Task<string> GetTvBackground(string tvdbId);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue