Ombi/Ombi.Services/Interfaces/ICouchPotatoCacher.cs
2016-12-19 20:14:31 +00:00

8 lines
144 B
C#

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