Added the music check in the Plex Checker

This commit is contained in:
tidusjar 2016-04-05 12:30:32 +01:00
commit c2737b76a8
3 changed files with 36 additions and 45 deletions

View file

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