mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-10 23:42:36 -07:00
8 lines
141 B
C#
8 lines
141 B
C#
namespace Ombi.Services.Interfaces
|
|
{
|
|
public interface ISickRageCacher
|
|
{
|
|
void Queued();
|
|
int[] QueuedIds();
|
|
}
|
|
}
|