mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Enforcing async/await in synchronous methods that were marked async.
This commit is contained in:
parent
fa1540717b
commit
a8288a93b0
4 changed files with 5 additions and 1 deletions
|
@ -94,7 +94,6 @@ namespace Ombi.Api
|
|||
request.AddHeader("X-Api-Key", apiKey);
|
||||
request.AddJsonBody(options);
|
||||
|
||||
RadarrAddMovie result;
|
||||
try
|
||||
{
|
||||
var policy = RetryHandler.RetryAndWaitPolicy((exception, timespan) => Log.Error(exception, "Exception when calling AddSeries for Sonarr, Retrying {0}", timespan), new TimeSpan[] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue