mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Finished the main part of #844 just need testing
This commit is contained in:
parent
b3c7d83529
commit
0811a89c86
26 changed files with 820 additions and 91 deletions
8
Ombi.Services/Interfaces/IWatcherCacher.cs
Normal file
8
Ombi.Services/Interfaces/IWatcherCacher.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
namespace Ombi.Services.Interfaces
|
||||
{
|
||||
public interface IWatcherCacher
|
||||
{
|
||||
void Queued();
|
||||
string[] QueuedIds();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue