Ombi/Old/Ombi.Services/Interfaces/ICouchPotatoCacher.cs
2017-05-16 08:31:44 +01:00

8 lines
144 B
C#

namespace Ombi.Services.Interfaces
{
public interface ICouchPotatoCacher
{
void Queued();
int[] QueuedIds();
}
}