mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 07:46:05 -07:00
8 lines
143 B
C#
8 lines
143 B
C#
namespace Ombi.Services.Interfaces
|
|
{
|
|
public interface IWatcherCacher
|
|
{
|
|
void Queued();
|
|
string[] QueuedIds();
|
|
}
|
|
}
|