Improved the availabilty check to include music results #32

This commit is contained in:
tidusjar 2016-04-05 09:19:56 +01:00
commit cf83e0e6d9
5 changed files with 134 additions and 16 deletions

View file

@ -30,5 +30,6 @@ namespace PlexRequests.Services.Interfaces
{
void CheckAndUpdateAll(long check);
bool IsAvailable(string title, string year);
bool IsAvailable(string title, string year, string artist, PlexType type);
}
}