Ombi/PlexRequests.Services/Interfaces/ICouchPotatoCacher.cs

8 lines
160 B
C#

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