mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-07 21:51:13 -07:00
Trycatch around the availbility checker
This commit is contained in:
parent
d7f01dcbb5
commit
e82fad7428
1 changed files with 8 additions and 1 deletions
|
@ -419,8 +419,15 @@ namespace PlexRequests.Services.Jobs
|
|||
}
|
||||
|
||||
public void Execute(IJobExecutionContext context)
|
||||
{
|
||||
try
|
||||
{
|
||||
CheckAndUpdateAll();
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Log.Error(e);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue