Fixed #5 and also added some tests to the availability checker

This commit is contained in:
tidusjar 2016-03-15 12:21:41 +00:00
parent 3188a720fa
commit ba5ccfec33
11 changed files with 356 additions and 31 deletions

View file

@ -29,5 +29,6 @@ namespace PlexRequests.Services.Interfaces
public interface IAvailabilityChecker
{
void CheckAndUpdateAll(long check);
bool IsAvailable(string title);
}
}