mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Added the music check in the Plex Checker
This commit is contained in:
parent
cf83e0e6d9
commit
c2737b76a8
3 changed files with 36 additions and 45 deletions
|
@ -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);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue