More work for #254

This commit is contained in:
tidusjar 2016-07-27 12:55:22 +01:00
parent 9aad3f9dc9
commit 5041653c9a
5 changed files with 163 additions and 67 deletions

View file

@ -458,7 +458,7 @@ namespace PlexRequests.UI.Modules
else if (sonarr.Enabled)
{
var res = sender.SendToSonarr(sonarr, r);
var res = await sender.SendToSonarr(sonarr, r);
if (!string.IsNullOrEmpty(res?.title))
{
r.Approved = true;