Almost fully integrated TVMaze #21 and also improved the fix for #31

This commit is contained in:
Jamie Rees 2016-03-18 21:10:01 +00:00
commit f88c7d7583
9 changed files with 64 additions and 23 deletions

View file

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