mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 19:40:05 -07:00
Fixed #5 and also added some tests to the availability checker
This commit is contained in:
parent
3188a720fa
commit
ba5ccfec33
11 changed files with 356 additions and 31 deletions
|
@ -29,5 +29,6 @@ namespace PlexRequests.Services.Interfaces
|
|||
public interface IAvailabilityChecker
|
||||
{
|
||||
void CheckAndUpdateAll(long check);
|
||||
bool IsAvailable(string title);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue