mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
9 lines
No EOL
157 B
C#
9 lines
No EOL
157 B
C#
using System.Threading.Tasks;
|
|
|
|
namespace Ombi.Core
|
|
{
|
|
public interface IImageService
|
|
{
|
|
Task<string> GetTvBackground(string tvdbId);
|
|
}
|
|
} |