mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Improved the availabilty check to include music results #32
This commit is contained in:
parent
f2ba56f131
commit
cf83e0e6d9
5 changed files with 134 additions and 16 deletions
|
@ -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);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue